You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the driver with a SQL Client,.
In the AwsCredentialsProviderClass there is no option to pass any profile from the credential file other than the default. Many of us work with multiple profiles in our credentials file .
In other AWS Drivers we have the option of specifying AwsCredentialsProvidersArguments , where the profile name can be passed.
At the moment I am unable to use the driver without manually copy pasting the information into the GUI rom the credentials file, which is both cumbersome and time consuming.
The text was updated successfully, but these errors were encountered:
After looking through the source code, the driver does return the DefaultAWSCredentialsProviderChain when no other custom values are supplied which means you can use things like the AWS_PROFILE environment variable as you would typically expect.
I was able to set a named profile in AWS_PROFILE environment variable and use the default ~/.aws/credentials file location and format successfully.
Here is my connection string: jdbc:timestream://Endpoint=query-cellX.timestream.us-east-1.amazonaws.com;Region=us-east-1;MaxRetryCountClient=10;MaxConnections=5000;RequestTimeout=20000;
I am using the driver with a SQL Client,.
In the AwsCredentialsProviderClass there is no option to pass any profile from the credential file other than the default. Many of us work with multiple profiles in our credentials file .
In other AWS Drivers we have the option of specifying AwsCredentialsProvidersArguments , where the profile name can be passed.
At the moment I am unable to use the driver without manually copy pasting the information into the GUI rom the credentials file, which is both cumbersome and time consuming.
The text was updated successfully, but these errors were encountered: