doc-exports/docs/obs/umn/obs_faq_0051.html
Jawei, Li 43ab92496d OBS UMN 2.0.38.SP5
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Jawei, Li <lijiawei5@huawei.com>
Co-committed-by: Jawei, Li <lijiawei5@huawei.com>
2022-11-07 09:41:09 +00:00

2.3 KiB

Which Events Can Trigger Event Notifications?

OBS supports event notification for the following event types:

  • ObjectCreated: Indicates all kinds of object creation operations, including PUT, POST, and COPY of objects, as well as the merging of parts.
    • 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: Merges parts of multipart tasks.
  • ObjectRemoved: Deletes an object.
    • Delete: Deletes an object with a specified version ID.
    • DeleteMarkerCreated: Deletes an object without specifying a version ID.