Skip to content

Commit

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

0 comments on commit 5fdb9e8

Please sign in to comment.