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
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)
The text was updated successfully, but these errors were encountered:
atif1996
changed the title
Feature Request
Feature Request - Allow defaulting to ~/.aws/credentials creds
Feb 16, 2017
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)
The text was updated successfully, but these errors were encountered: