From c65fe81589bde1a060275034ec03a3a983040d7e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 3 Feb 2025 13:50:03 -0600 Subject: [PATCH] fix: doc bug The position of the conf section was not aligned with the example. --- docs/storage-object-store-s3-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/storage-object-store-s3-cli.md b/docs/storage-object-store-s3-cli.md index ee47132e..26441974 100644 --- a/docs/storage-object-store-s3-cli.md +++ b/docs/storage-object-store-s3-cli.md @@ -64,9 +64,9 @@ Create an aws-credentials file. Be sure to replace `ACCESS` and `SECRET` with th !!! example "`~/aws-credentials` file" ``` conf -[default] -aws_access_key_id = $ACCESS_ID -aws_secret_access_key = $SECRET_VALUE + [default] + aws_access_key_id = $ACCESS_ID + aws_secret_access_key = $SECRET_VALUE ``` ## Using the `aws` CLI and Validating the Configuration