Skip to content

Commit c3d51f0

Browse files
committed
Minor refactoring.
1 parent 0c5ab8b commit c3d51f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/user-guide/guides-using-object-storage/clp-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ aws_authentication:
135135
secret_access_key: "<aws-secret-access-key>"
136136
```
137137
138-
* `<aws-access-key-id>` and `<aws-secret-access-key>` should be replaced with
139-
[long-term credentials](index.md#long-term-iam-user-credentials) for an IAM user.
138+
`<aws-access-key-id>` and `<aws-secret-access-key>` should be replaced with
139+
[long-term credentials](index.md#long-term-iam-user-credentials) for an IAM user.
140140

141141
### profile
142142

@@ -149,7 +149,7 @@ aws_authentication:
149149
profile: "<profile-name>"
150150
```
151151

152-
* `<profile-name>` should be the name of an existing [AWS CLI profile](index.md#named-profiles).
152+
`<profile-name>` should be the name of an existing [AWS CLI profile](index.md#named-profiles).
153153

154154
In addition, the _top-level_ config `aws_config_directory` must be set to the directory containing
155155
the profile configurations (typically `~/.aws`):

0 commit comments

Comments
 (0)