]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: pubsub fix doc issues
authorYuval Lifshitz <yuvalif@yahoo.com>
Wed, 6 Feb 2019 14:29:29 +0000 (16:29 +0200)
committerYuval Lifshitz <yuvalif@yahoo.com>
Wed, 6 Feb 2019 14:29:29 +0000 (16:29 +0200)
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
doc/radosgw/pubsub-module.rst

index 76b80f0c7649492c2e820e1e065d607c04619482..800b28b54e9a7fadf45f77fe179cd898c85cc59e 100644 (file)
@@ -159,12 +159,12 @@ This will create a publisher for a specific bucket into a topic.
 
 ::
 
-   PUT /notifications/<bucket>?topic=<topic-name>[&events=<event>[,<event>]]
+   PUT /notifications/bucket/<bucket>?topic=<topic-name>[&events=<event>[,<event>]]
 
 
 Request Params:
  - topic-name: name of topic
- - event: event type (string)
+ - event: event type (string), one of: OBJECT_CREATE, OBJECT_DELETE 
 
 
 
@@ -175,7 +175,7 @@ Delete publisher from a specific bucket into a specific topic.
 
 ::
 
-   DELETE /notifications/<bucket>?topic=<topic-name>
+   DELETE /notifications/bucket/<bucket>?topic=<topic-name>
 
 Request Params:
  - topic-name: name of topic
@@ -247,4 +247,4 @@ Ack event so that it can be removed from the subscription history.
 Request Params:
  - event-id: id of event to be acked
 
-.. _Multisite Configuration: ./multisite
+.. _Multisite Configuration: ./multisite.rst