AdRoll / goamz

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB

Home Page:https://wiki.ubuntu.com/goamz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use profiles when selecting credentials from ~/.aws/credentials

leedm777 opened this issue · comments

AWS tooling which reads credentials from ~/.aws/credentials also supports profile selection. This allows folks with multiple AWS accounts to select which account credentials they wish to use for particular tasks. This is usually specified by either configuration, with with the AWS_PROFILE or AWS_DEFAULT_PROFILE environment variables.

See http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-multiple-profiles

re: distribution/distribution#1041

This appears to have been fixed in 6770071.