From 47e32b5399347badc6425c4bb92b9683ec532f4e Mon Sep 17 00:00:00 2001 From: Fernando Barbosa Date: Fri, 26 Apr 2019 11:10:31 -0300 Subject: [PATCH] Update s3.html.md --- website/docs/backends/types/s3.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/backends/types/s3.html.md b/website/docs/backends/types/s3.html.md index 100e33ecb..baa0abd8d 100644 --- a/website/docs/backends/types/s3.html.md +++ b/website/docs/backends/types/s3.html.md @@ -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.