S3 Multipart Upload - Event Notifications for UploadPart

0

Is S3 Event Notification available for each successful upload part in Multipart Upload workflow?

The list in this page https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventNotifications.html does not seem to include part upload, but wanted to double check.

8180158
已提问 3 个月前226 查看次数
1 回答
2
已接受的回答

No, S3 event notifications do not provide notifications for each individual part upload in a multipart upload workflow.

The S3 event notifications can be configured to notify on the following multipart upload events:

s3:ObjectCreated:Post - When a multipart upload is completed by posting the completed object.

s3:ObjectCreated:Put - When an object is created by performing a regular PUT operation.

s3:ObjectRemoved:Delete - When a multipart upload is aborted by deleting the object.

However, there is no event notification triggered for each successful part upload within a multipart upload workflow. The notifications are sent only after the multipart upload is fully completed or aborted.

profile picture
专家
已回答 3 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则