File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ overhead.
133133
134134Barman Cloud requires the following permissions in the S3 bucket:
135135
136- - [ ` s3:AbortMultipartUpload ` ] ( https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html )
137- - [ ` s3:CreateBucket ` ] ( https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html )
138136- [ ` s3:DeleteObject ` ] ( https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html )
139137- [ ` s3:GetObject ` ] ( https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html )
140138- [ ` s3:ListBucket ` ] ( https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html )
@@ -147,8 +145,6 @@ Here's an example of what such a bucket policy may look like:
147145 "Statement" : [
148146 {
149147 "Action" : [
150- " s3:AbortMultipartUpload" ,
151- " s3:CreateBucket" ,
152148 " s3:DeleteObject" ,
153149 " s3:GetObject" ,
154150 " s3:ListBucket" ,
You can’t perform that action at this time.
0 commit comments