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:
parent
f78e3ff5bd
commit
0214db9b13
@ -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>",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user