Doc: Default S3 permissions require 'GetObject' (#5957)

pull/5960/head
CandleCandle 2022-01-05 16:46:41 +00:00 committed by GitHub
parent ec7fec8b59
commit b83fa133b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ To add a **Bucket Policy** from the AWS S3 Web Console, navigate to the **Permis
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation",
"s3:GetObject",
"s3:DeleteObject",
"s3:DeleteObjectVersion",
"s3:PutObject"