-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
region in config file profile not honored #1349
Comments
Transferring this issue to the AWS SDK for .NET repository because the root cause of the issue is there. |
Useful references. Similar issues for other SDKs are here: aws/aws-sdk-java#1707, boto/botocore#1511. |
This is a known issue related with the AWS SDK for .NET (and possibly other SDKs) looking for a
We will likely be able to address this only in a major version bump of the SDK when subtle backward incompatible changes are expected. @jgardsentry You could try one of these workarounds:
|
We have noticed this issue has not recieved attention in a year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue. |
dotnet does not respect the profile selected for the region, it always uses the default.
im passing the second profile but the dotnet still use default |
Expected Behavior
Using config and credentials files together, the region defined in config is not honored.
Current Behavior
Unless defined elsewhere, a "no region" error is thrown.
Steps to Reproduce (for bugs)
~/.aws/credentials file contains (obfuscated of course):
~/.aws/config file contains:
Running an AWSPowershell cmdlet results in:
Your Environment
The text was updated successfully, but these errors were encountered: