Skip to content

Commit

Permalink
Fix JSON missing blank line 3rd try
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 bb25ab6 commit cf77de9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ requests successfully, the following environment-specific requirements should be
"s3:GetObject*",
"s3:ListBucket",
"s3:PutObject*"
],
"Resource": [
"arn:aws:s3:::<your-S3-bucket>*",
"arn:aws:s3:::<your-S3-bucket>*/*"
],
2. At least three IAM Roles configured: one for the controlplane components, another for the dataplane
Expand Down

0 comments on commit cf77de9

Please sign in to comment.