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] 🐛 Bugfix
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
This commit is contained in:
Niraj Tolia 2022-10-20 10:27:18 -07:00 committed by GitHub
parent f78e3ff5bd
commit 0214db9b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * You have access to credentials for a user or an IAM role that represent the following permissions
<!-- vale proselint.Annotations = NO --> <!-- vale proselint.Annotations = NO -->
**TODO: Verify if these permissions are correct? What about multi-part upload permissions?** **TODO: Verify if these permissions are correct?
<!-- vale proselint.Annotations = YES --> <!-- vale proselint.Annotations = YES -->
```json ```json
@ -40,9 +40,6 @@ Before setting you your Corso S3 repository, the following prerequisites must be
"s3:ListBucket", "s3:ListBucket",
"s3:DeleteObject", "s3:DeleteObject",
"s3:GetBucketLocation", "s3:GetBucketLocation",
"s3:AbortMultipartUpload",
"s3:ListMultipartUploadParts",
"s3:ListBucketMultipartUploads"
], ],
"Resource": [ "Resource": [
"arn:aws:s3:::<YOUR_BUCKET_NAME>", "arn:aws:s3:::<YOUR_BUCKET_NAME>",