From 2941940e91ebb12246a79c654fad918a08a1e99a Mon Sep 17 00:00:00 2001 From: Kent Japhet Ballon Date: Wed, 13 Dec 2023 04:17:43 +0000 Subject: [PATCH] Updated AWS and Azure Access Key prefixes --- doc/advanced/external-object-storage/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/advanced/external-object-storage/index.md b/doc/advanced/external-object-storage/index.md index c33c1c4b09..29fbc7583a 100644 --- a/doc/advanced/external-object-storage/index.md +++ b/doc/advanced/external-object-storage/index.md @@ -253,8 +253,8 @@ configured to authenticate as a user with sufficient access to read/write to all ```ini [default] - access_key = BOGUS_ACCESS_KEY - secret_key = BOGUS_SECRET_KEY + access_key = AWS_ACCESS_KEY + secret_key = AWS_SECRET_KEY bucket_location = us-east-1 multipart_chunk_size_mb = 128 # default is 15 (MB) ``` @@ -285,9 +285,9 @@ configured to authenticate as a user with sufficient access to read/write to all # Setup access keys # Access Key = Azure Storage Account name - access_key = BOGUS_ACCOUNT_NAME + access_key = AZURE_ACCOUNT_NAME # Secret Key = Azure Storage Account Key - secret_key = BOGUS_KEY + secret_key = AZURE_ACCOUNT_KEY # Use S3 v4 signature APIs signature_v2 = False -- GitLab