From 1efc26899d4aa4c829a087ebfcdee82fbbdc2ae6 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 18 Feb 2022 23:31:10 +0100 Subject: [PATCH] Update docs for AWS_PROFILE and AWS_SHARED_CREDENTIALS_FILE --- doc/040_backup.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 622a291a3..4159d3840 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -529,7 +529,8 @@ environment variables. The following lists these environment variables: AWS_ACCESS_KEY_ID Amazon S3 access key ID AWS_SECRET_ACCESS_KEY Amazon S3 secret access key AWS_DEFAULT_REGION Amazon S3 default region - AWS_PROFILE Amazon credentials profile (can be used instead of the keys and region) + AWS_PROFILE Amazon credentials profile (alternative to specifying key and region) + AWS_SHARED_CREDENTIALS_FILE Location of the AWS CLI shared credentials file (default: ~/.aws/credentials) ST_AUTH Auth URL for keystone v1 authentication ST_USER Username for keystone v1 authentication