]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/radosgw/notifications.rst
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / doc / radosgw / notifications.rst
index 152dc03f83cf35fa9509f4ab2484927c7f4d3218..f3c43831a168702d31fa5f4e28199ad80d9f4b95 100644 (file)
@@ -258,7 +258,7 @@ pushed or pulled using the pubsub sync module.
                    "eTag":"",
                    "versionId":"",
                    "sequencer": "",
-                   "metadata":""
+                   "metadata":[]
                }
            },
            "eventId":"",
@@ -283,7 +283,7 @@ pushed or pulled using the pubsub sync module.
 - s3.object.version: object version in case of versioned bucket
 - s3.object.sequencer: monotonically increasing identifier of the change per object (hexadecimal format)
 - s3.object.metadata: any metadata set on the object sent as: ``x-amz-meta-`` (an extension to the S3 notification API) 
-- s3.eventId: not supported (an extension to the S3 notification API)
+- s3.eventId: unique ID of the event, that could be used for acking (an extension to the S3 notification API)
 
 .. _PubSub Module : ../pubsub-module
 .. _S3 Notification Compatibility: ../s3-notification-compatibility