Merge pull request #21122 from fbcbarbosa/patch-1

Document AWS_SDK_LOAD_CONFIG on s3 backend
This commit is contained in:
Brian Flad 2019-05-28 21:05:40 -05:00 committed by GitHub
commit 3865b74780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,9 @@ The following configuration options or environment variables are supported:
locking and consistency. The table must have a primary key named LockID. If
not present, locking will be disabled.
* `profile` - (Optional) This is the AWS profile name as set in the
shared credentials file.
shared credentials file. It can also be sourced from the `AWS_PROFILE`
environment variable if `AWS_SDK_LOAD_CONFIG` is set to a truthy value,
e.g. `AWS_SDK_LOAD_CONFIG=1`.
* `shared_credentials_file` - (Optional) This is the path to the
shared credentials file. If this is not set and a profile is specified,
`~/.aws/credentials` will be used.