wbingli / awscli-plugin-endpoint

An awscli plugin to configure service endpoint from aws configure file
Apache License 2.0
207 stars 23 forks source link

support for per profile credentials #4

Closed elyase closed 6 years ago

elyase commented 6 years ago

thanks for the great plugin. Does this also support per endpoint credentials?

elyase commented 6 years ago

Just found out that it indeed supports per profile credentials. Just add:

[profile_name]
aws_access_key_id=your_key
aws_secret_access_key=your_secret

in ~/.aws/credentials

wbingli commented 6 years ago

fyi, the per profile credential support is supported by standard AWS CLI. This plugin doesn't introduce new way for credential support.