-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Deprecate old AWS_* variables #866
Comments
This change also ensures that legacy env vars (AWS_ACCESS_KEY, AWS_SECRET_KEY) have precedence over the official aws-cli variation, and that both types of env var have precedence over settings in the credentials file. Note that this change technically supports different AWS credential profiles via the AWS_PROFILE env variable. The goamz library handles this. see - hashicorp#266 - hashicorp#866
I'm actually going to say "let's just not do this" because deprecating and eventually removing will just cause pain to some users which is useless since its pretty harmless to support. As you said, its already documented, so no one will "learn" the old variables. I think that's good enough. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
See #851 for more information. The documentation is already updated, just need to print a nice deprecation warning when the old variables are used.
The text was updated successfully, but these errors were encountered: