From: Yuval Lifshitz Date: Thu, 11 Apr 2019 09:23:17 +0000 (+0300) Subject: rgw/pubsub: more info on notification deletion compatibility X-Git-Tag: v15.1.0~2931^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2cf1872bdf63e9093884b6d3bbc20b9a42963d53;p=ceph-ci.git rgw/pubsub: more info on notification deletion compatibility Signed-off-by: Yuval Lifshitz --- diff --git a/doc/radosgw/pubsub-module.rst b/doc/radosgw/pubsub-module.rst index 116541ffd14..26a0fb98f8d 100644 --- a/doc/radosgw/pubsub-module.rst +++ b/doc/radosgw/pubsub-module.rst @@ -336,7 +336,7 @@ Request parameters: - topic-name: name of topic -.. note:: when the bucket is deleted, any notification defined on it is also deleted +.. note:: When the bucket is deleted, any notification defined on it is also deleted List Notifications `````````````````` diff --git a/doc/radosgw/s3-notification-compatibility.rst b/doc/radosgw/s3-notification-compatibility.rst index 537456180d2..57e163c8fab 100644 --- a/doc/radosgw/s3-notification-compatibility.rst +++ b/doc/radosgw/s3-notification-compatibility.rst @@ -32,7 +32,10 @@ REST API Extension Ceph's bucket notification API follows has the following extensions: -- Deletion of a specific notification, or all notifications on a bucket, without deletion of the bucket +- Deletion of a specific notification, or all notifications on a bucket, using the ``DELETE`` verb + + - In S3, all notifications are deleted when the bucket is deleted, or when an empty notification is set on the bucket + - Getting the information on a specific notification (when some exists on a bucket) Unsupported Fields in the Event Record