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

Feature Request - Allow defaulting to ~/.aws/credentials creds #6

Open
atif1996 opened this issue Feb 16, 2017 · 0 comments
Open

Feature Request - Allow defaulting to ~/.aws/credentials creds #6

atif1996 opened this issue Feb 16, 2017 · 0 comments

Comments

@atif1996
Copy link

Would be nice if s3front read the aws credentials and region from ~/.aws/config and ~/.aws/credentials.

From some basic hacking around in the code it appears the aws libraries will automatically read the values unless the constructor is called with the key etc. However the library checks if you supplied the parameters and bombs out if they are not provided.

So the suggested change/feature:
Allow not passing the aws credentials and region, allowing the default behavior to work (reading out of ~/.aws/credentials and ~.aws/config)

@atif1996 atif1996 changed the title Feature Request Feature Request - Allow defaulting to ~/.aws/credentials creds Feb 16, 2017
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

1 participant