Skip to content
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

aws configure may have to generate ~/.aws/credentials instead ~/.aws/config #918

Closed
wnoguchi opened this issue Sep 23, 2014 · 3 comments
Closed
Labels
guidance Question that needs advice or information.

Comments

@wnoguchi
Copy link

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

aws configure

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.

@davidski
Copy link

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. :)

@jamesls
Copy link
Member

jamesls commented Sep 23, 2014

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.

@wnoguchi
Copy link
Author

@davidski @jamesls Hi,
I understood, thanks!
I'll wait merged version AWS CLI release!

@diehlaws diehlaws added guidance Question that needs advice or information. and removed question labels Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

4 participants