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

Support AWS_SHARED_CREDENTIALS_FILE #623

Merged
merged 2 commits into from
Aug 11, 2015
Merged

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Aug 11, 2015

This pulls in #600, and renames the env var to AWS_SHARED_CREDENTIALS_FILE. It also adds an integration test to verify behavior.

Note that there's no actual new code. It's just changing a config value from None to AWS_SHARED_CREDENTIALS_FILE, and that mechanism for the env var->config file->default lookup is already tested. So it seems reasonable to add an integration test to verify that this specific value was being picked up.

cc @kyleknap @mtdowling @rayluo

Fred Reimer and others added 2 commits July 7, 2015 14:48
…FILE environment variable

Signed-off-by: Fred Reimer <[email protected]>
Note that this is just changing a config value.
Also added an integration test for this.
@jamesls
Copy link
Member Author

jamesls commented Aug 11, 2015

Linking original issue: #599

@kyleknap
Copy link
Contributor

Looks good. 🚢 It would also be nice to update any related documentation. I know there is some documentation in the CLI that will need to be updated like in the README and possibly a topic guide.

@jamesls
Copy link
Member Author

jamesls commented Aug 11, 2015

Yeah I checked the botocore docs and didn't see anything. I'll send a PR updating the CLI docs shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/needs-review This PR needs a review from a member of the team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants