doc-exports/docs/obs/umn/obs_faq_0051.html
zhangyue 92e44874e7 OBS UMN DOC
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2024-11-06 14:33:05 +00:00

2.2 KiB

Which Events Can Trigger Event Notifications?

OBS supports notification for the following event types:

  • ObjectCreated: all kinds of object creation operations, including PUT, POST, COPY, and part assembling
    • Put: Creates or overwrites an object using the PUT method.
    • Post: Creates or overwrites an object using the POST (browser-based upload) method.
    • Copy: Creates or overwrites an object using the COPY method.
    • CompleteMultipartUpload: Assembles parts of a multipart upload.
  • ObjectRemoved: Deletes an object.
    • Delete: Deletes an object with a specified version ID.
    • DeleteMarkerCreated: Deletes an object without specifying a version ID.