Skip to content

Commit

Permalink
Merge pull request awsdocs#91 from shichanglin5/patch-1
Browse files Browse the repository at this point in the history
Anonymous users cannot initiate multipart uploads
  • Loading branch information
aws-dianakm authored Dec 5, 2022
2 parents 3e54cb3 + 2261aba commit 124c9a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc_source/mpuoverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ You must have the necessary permissions to use the multipart upload operations\.

| Action | Required permissions |
| --- | --- |
| Create Multipart Upload | You must be allowed to perform the `s3:PutObject` action on an object to create multipart upload\. The bucket owner can allow other principals to perform the `s3:PutObject` action\. |
| Initiate Multipart Upload | You must be allowed to perform the `s3:PutObject` action on an object to initiate multipart upload\. The bucket owner can allow other principals to perform the `s3:PutObject` action\. |
| Create Multipart Upload | You must be allowed to perform the `s3:PutObject` action on an object to create multipart upload\. The bucket owner can allow other principals to perform the `s3:PutObject` action\. Anonymous users cannot initiate multipart uploads\. |
| Initiate Multipart Upload | You must be allowed to perform the `s3:PutObject` action on an object to initiate multipart upload\. The bucket owner can allow other principals to perform the `s3:PutObject` action\. Anonymous users cannot initiate multipart uploads\. |
| Initiator | Container element that identifies who initiated the multipart upload\. If the initiator is an AWS account, this element provides the same information as the Owner element\. If the initiator is an IAM User, this element provides the user ARN and display name\. |
| Upload Part | You must be allowed to perform the `s3:PutObject` action on an object to upload a part\. The bucket owner must allow the initiator to perform the `s3:PutObject` action on an object in order for the initiator to upload a part for that object\. |
| Upload Part \(Copy\) | You must be allowed to perform the `s3:PutObject` action on an object to upload a part\. Because you are uploading a part from an existing object, you must be allowed `s3:GetObject` on the source object\. For the initiator to upload a part for an object, the owner of the bucket must allow the initiator to perform the `s3:PutObject` action on the object\. |
Expand Down Expand Up @@ -139,4 +139,4 @@ For information on the relationship between ACL permissions and permissions in a
+ [Tracking a multipart upload](track-mpu.md)
+ [Aborting a multipart upload](abort-mpu.md)
+ [Copying an object using multipart upload](CopyingObjectsMPUapi.md)
+ [Amazon S3 multipart upload limits](qfacts.md)
+ [Amazon S3 multipart upload limits](qfacts.md)

0 comments on commit 124c9a1

Please sign in to comment.