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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
The AWS SDK provides the ability to load credentials from a ~/.aws/credentials file. This provides a more standard approach than the currently recommended method in the README.md
I'm fairly certain that if you don't have AWS_ACCESS_KEY_ID set in your environment but you do have a default profile in ~/.aws/credentials, those credentials will automatically be loaded. Is this not the case? (If not, ping me and I'll dig in.)
Either way we can definitely add a note to the documentation.
And you should be able to choose a profile by setting AWS_PROFILE. I'll leave this open until I can verify this behavior works and add a note to the README. (Any chance you'd be able to submit a documentation update PR?)
Per @kimpepper's recommendation, recommend the use of the standard AWS
SDK credential file in our documentation and missing_credentials error
message. Fix#14.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The AWS SDK provides the ability to load credentials from a ~/.aws/credentials file. This provides a more standard approach than the currently recommended method in the README.md
http://docs.aws.amazon.com/AWSSdkDocsRuby/latest//DeveloperGuide/set-up-creds.html
The text was updated successfully, but these errors were encountered: