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

Allow fallback to AWS SDK's credentials configuration #16

Open
jdp opened this issue Sep 25, 2015 · 1 comment
Open

Allow fallback to AWS SDK's credentials configuration #16

jdp opened this issue Sep 25, 2015 · 1 comment

Comments

@jdp
Copy link

jdp commented Sep 25, 2015

Requiring the use of only either ~/.s3cfg or environment variables is limiting, it would be nice to fall back to the official AWS SDK's credentials configuration strategy: http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html

It supports the environment variables too, but also switching profiles, loading from the ~/.aws configuration directory, and all that.

@michalrames
Copy link

+1
Using environment variables is the way to go for bitbucket pipelines (and maybe other CI tools and Pupppet-managed configurations, docker images etc... as well). I believe it's safer that way because it decouples platform configuration from the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants