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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ