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
posta 3 mesi fa226 visualizzazioni
1 Risposta
2
Risposta accettata

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
ESPERTO
con risposta 3 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande