Project

General

Profile

Actions

Documentation #46836

closed

notifications: add info on multipart upload

Added by Yuval Lifshitz over 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
notification
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

regarding multipart upload you would get 3 notifications (minimum) per upload:
  • first notifications is: s3:ObjectCreated:Post
  • every part uploaded will send: s3:ObjectCreated:Put
  • when upload is complete, you will get: s3:ObjectCreated:CompleteMultipartUpload

if you do not want to get all messages you can define more fine grained filtering at the notification level (above notifications assume s3:ObjectCreated:* is set)

Actions #1

Updated by Yuval Lifshitz over 3 years ago

  • Tracker changed from Bug to Documentation
Actions #2

Updated by Yuval Lifshitz almost 3 years ago

in addition, we should note that:
  • the "Post" event has no size or etag
  • each "Put" event has the size and etag of the uploaded part
  • the "CompleteMultipartUpload" event has etag and size for the entire object
Actions #3

Updated by Yuval Lifshitz almost 3 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF