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
The AWS CLI currently uses the legacy credentials format. Take a look at #847 for the discussion on how best to migrate to the new format. It looks like code is landing shortly for the new feature. :)
Yep, the code to switch over to ~/.aws/credentials is currently under code review. Once this has been reviewed it will be merged in and will be part of the next AWS CLI release.
I noticed difference of configuration loading behavior between default AWS SDK provided and awscli.
Configuring the AWS Command Line Interface - AWS Command Line Interface
And I found following article.
A New and Standardized Way to Manage Credentials in the AWS SDKs - AWS Security Blog
I wonder why that
generates
~/.aws/config
instead that general provided AWS SDK configuration file~/.aws/credentials
.Does anyone knows this reason?
I think this behavior may cause another tools mismatch.
The text was updated successfully, but these errors were encountered: