]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw/pubsub: more info on notification deletion compatibility
authorYuval Lifshitz <ylifshit@redhat.com>
Thu, 11 Apr 2019 09:23:17 +0000 (12:23 +0300)
committerYuval Lifshitz <ylifshit@redhat.com>
Thu, 11 Apr 2019 09:23:17 +0000 (12:23 +0300)
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
doc/radosgw/pubsub-module.rst
doc/radosgw/s3-notification-compatibility.rst

index 116541ffd147dabdcf01832051a8fa1fe69bc959..26a0fb98f8d6927a2b02e6b097136e205739483e 100644 (file)
@@ -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
 ``````````````````
index 537456180d29b6323fc2d1b9897f2c9d2d172f81..57e163c8faba1f11039fc96629611957dcd1965d 100644 (file)
@@ -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