Support AWS_SHARED_CREDENTIALS_FILE env var

Issue #30 resolved
Chris Wensel created an issue

Allow override of the credential file location via AWS_SHARED_CREDENTIALS_FILE.

The value is documented here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html

Specifies the location of the file that the AWS CLI uses to store access keys. The default path is ~/.aws/credentials.

You can't specify this value in a named profile setting or by using a command line parameter.

Comments (2)

  1. Log in to comment