File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/src/user-guide/guides-using-object-storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ aws_authentication:
135
135
secret_access_key : " <aws-secret-access-key>"
136
136
` ` `
137
137
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.
140
140
141
141
# ## profile
142
142
@@ -149,7 +149,7 @@ aws_authentication:
149
149
profile: "<profile-name>"
150
150
` ` `
151
151
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).
153
153
154
154
In addition, the _top-level_ config `aws_config_directory` must be set to the directory containing
155
155
the profile configurations (typically `~/.aws`) :
You can’t perform that action at this time.
0 commit comments