Skip to content

Commit

Permalink
Fix JSON indentation in example
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Sep 29, 2023
1 parent be2abfd commit 4c51dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ requests successfully, the following environment-specific requirements should be
"s3:GetObject*",
"s3:ListBucket",
"s3:PutObject*"
],
"Resource": [
],
"Resource": [
"arn:aws:s3:::<your-S3-bucket>*",
"arn:aws:s3:::<your-S3-bucket>*/*"
],
Expand Down

0 comments on commit 4c51dc2

Please sign in to comment.