From: Yuval Lifshitz Date: Wed, 6 Feb 2019 14:29:29 +0000 (+0200) Subject: rgw: pubsub fix doc issues X-Git-Tag: v14.1.0~41^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b8b3bc4124e0d4f8cd63110516b55a6781fabd7;p=ceph.git rgw: pubsub fix doc issues Signed-off-by: Yuval Lifshitz --- diff --git a/doc/radosgw/pubsub-module.rst b/doc/radosgw/pubsub-module.rst index 76b80f0c7649..800b28b54e9a 100644 --- a/doc/radosgw/pubsub-module.rst +++ b/doc/radosgw/pubsub-module.rst @@ -159,12 +159,12 @@ This will create a publisher for a specific bucket into a topic. :: - PUT /notifications/?topic=[&events=[,]] + PUT /notifications/bucket/?topic=[&events=[,]] 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/?topic= + DELETE /notifications/bucket/?topic= 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