From 0214db9b134131aeca63cf98cf7d482ff2cb9077 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 20 Oct 2022 10:27:18 -0700 Subject: [PATCH] Remove MPU S3 perms from docs (#1221) ## Description Remove MPU S3 perms from docs as Kopia should not need S3 multi-part-upload permissions ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation ## Test Plan - [x] :muscle: Manual --- docs/docs/setup/repos.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/docs/setup/repos.md b/docs/docs/setup/repos.md index ae24466fd..67fee330d 100644 --- a/docs/docs/setup/repos.md +++ b/docs/docs/setup/repos.md @@ -25,7 +25,7 @@ Before setting you your Corso S3 repository, the following prerequisites must be * You have access to credentials for a user or an IAM role that represent the following permissions -**TODO: Verify if these permissions are correct? What about multi-part upload permissions?** +**TODO: Verify if these permissions are correct? ```json @@ -40,9 +40,6 @@ Before setting you your Corso S3 repository, the following prerequisites must be "s3:ListBucket", "s3:DeleteObject", "s3:GetBucketLocation", - "s3:AbortMultipartUpload", - "s3:ListMultipartUploadParts", - "s3:ListBucketMultipartUploads" ], "Resource": [ "arn:aws:s3:::",