Skip to content

Commit

Permalink
fix: doc bug
Browse files Browse the repository at this point in the history
The position of the conf section was not aligned with the
example.
  • Loading branch information
cloudnull authored Feb 3, 2025
1 parent 5ab0ebe commit c65fe81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/storage-object-store-s3-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c65fe81

Please sign in to comment.