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
asked 2 months ago197 views
1 Answer
2
Accepted Answer

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
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions