Skip to content

Commit

Permalink
Merge pull request #337 from percona/patrickbirch-patch-1
Browse files Browse the repository at this point in the history
Update xbcloud-s3.md
  • Loading branch information
patrickbirch authored Nov 14, 2024
2 parents e5c5a26 + 8022510 commit 1843dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/xbcloud-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ The following example shows the policy definition for writing to the `xbcloud-te
"Statement": [
{
"Effect": "Allow",
"Principal": { "AWS": "*" },
"Action": [
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::xbcloud-testing"
},
{
"Effect": "Allow",
"Principal": { "AWS": "*" },
"Action": [
"s3:PutObject",
"s3:PutObjectAcl",
Expand Down

0 comments on commit 1843dd6

Please sign in to comment.