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
gefragt vor 3 Monaten226 Aufrufe
1 Antwort
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen