Open code-tree opened 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!
+1
:+1:
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!