Skip to content

Commit 7219bff

Browse files
authored
Update permissions for minio v8 (#1932)
1 parent 0098247 commit 7219bff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/central-install-digital-ocean.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,9 @@ To use S3-compatible storage for all files saved in Central, follow these steps:
555555
"s3:GetBucketLocation",
556556
"s3:PutObject",
557557
"s3:GetObject",
558-
"s3:DeleteObject"
558+
"s3:DeleteObject",
559+
"s3:ListBucketMultipartUploads",
560+
"s3:ListMultipartUploadParts"
559561
],
560562
"Resource": [
561563
"arn:aws:s3:::MY_BUCKET/*",

0 commit comments

Comments
 (0)