Commit graph

1 commit

Author SHA1 Message Date
Dan Zwell
ae6bdc916c Read AWS credentials from disk (#14382)
Other programs can read the AWS key and secret from ~/.aws/credentials
(or other configuration file), and with this change Algo can as well.

Optional environment variables: AWS_PROFILE, AWS_SHARED_CREDENTIALS_FILE

The file is not read if the credentials are already set as an Ansible
variable or an environment variable.
2022-04-05 19:03:12 +08:00