laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 186 forks source link

Support for loading credentials from AWS's standard location #173

Open code-tree opened 9 years ago

code-tree commented 9 years ago

It doesn't seem like credentials can be loaded via ~/.aws/credentials

Is it possible to support this? as it seems to be built into the AWS API already anyway:

http://docs.aws.amazon.com/AWSSdkDocsRuby/latest/DeveloperGuide/set-up-creds.html

This way credential's can be specified in one place only, and loaded via any AWS API (e.g. I'm using python boto too).

thanks!

rromanchuk commented 9 years ago

+1

AndreiRailean commented 9 years ago

:+1: