Skip to content

Commit 1aa39f2

Browse files
committed
Trim AbortMultipartUpload and CreateBucket from the list
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
1 parent 061c2a0 commit 1aa39f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/docs/object_stores.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ overhead.
133133

134134
Barman 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",

0 commit comments

Comments
 (0)