docs(techdocs): fix incorrect S3 permission in AWS configuration
Changed s3:PutBucketAcl to s3:PutObjectAcl in the migration permissions section, as PutObjectAcl is the correct permission for copying objects. Fixes #32925 Signed-off-by: Raphael Torquato <raphael.martini@live.com>
This commit is contained in:
committed by
Raphael Torquato
parent
e22aabe5ce
commit
096be8b8ea
@@ -207,7 +207,7 @@ If you need to migrate documentation objects from an older-style path
|
||||
format including case-sensitive entity metadata, you will need to add some
|
||||
additional permissions to be able to perform the migration, including:
|
||||
|
||||
- `s3:PutBucketAcl` (for copying files,
|
||||
- `s3:PutObjectAcl` (for copying files,
|
||||
[more info here](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html))
|
||||
- `s3:DeleteObject` and `s3:DeleteObjectVersion` (for deleting migrated files,
|
||||
[more info here](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html))
|
||||
|
||||
Reference in New Issue
Block a user