Skip to content

Commit

Permalink
Document need for s3:PutBucketPolicy (#1289)
Browse files Browse the repository at this point in the history
So S3 bucket can be properly auto-created.

See #1287
  • Loading branch information
fkorotkov authored Aug 28, 2024
1 parent 30e55b5 commit 73d4d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/supported-computing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ via a more flexible and secure [Identity Provider](#cirrus-as-an-openid-connect-
"s3:PutObject",
"s3:DeleteObject",
"s3:PutLifecycleConfiguration",
"s3:PutBucketCORS"
"s3:PutBucketCORS",
"s3:PutBucketPolicy"
]
```

Expand Down

0 comments on commit 73d4d10

Please sign in to comment.