diff options
author | Yuval Lifshitz <ylifshit@redhat.com> | 2022-11-21 19:04:53 +0100 |
---|---|---|
committer | Yuval Lifshitz <ylifshit@redhat.com> | 2022-11-30 19:55:01 +0100 |
commit | 0fecbe2476afbb06de7ea731b7c92066ae40cfc4 (patch) | |
tree | 90d386316f8abc54c7a2704df77b2960912d93fb /doc/radosgw/notifications.rst | |
parent | rgw/pubsub: remove deprecated pubsub event types (diff) | |
download | ceph-0fecbe2476afbb06de7ea731b7c92066ae40cfc4.tar.xz ceph-0fecbe2476afbb06de7ea731b7c92066ae40cfc4.zip |
rgw/pubsub: remove unnecessary REST abstraction layer
this was used for an already deprecated non s3 API for pubsub
also, some texts changes in docs and error messages
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Diffstat (limited to 'doc/radosgw/notifications.rst')
-rw-r--r-- | doc/radosgw/notifications.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index e4b9766f110..94d3a25312f 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -128,7 +128,7 @@ Create a Topic This creates a new topic. Provide the topic with push endpoint parameters, which will be used later when a notification is created. A response is -generated. A successful response includes the the topic's `ARN +generated. A successful response includes the topic's `ARN <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ (the "Amazon Resource Name", a unique identifier used to reference the topic). To update a topic, use the same command that you used to create it (but when @@ -209,7 +209,7 @@ Request parameters: - ``use-ssl``: If this is set to "true", a secure connection is used to connect to the broker. (This is "false" by default.) - ``ca-location``: If this is provided and a secure connection is used, the - specified CA will be used insted of the default CA to authenticate the + specified CA will be used instead of the default CA to authenticate the broker. - user/password: This must be provided only over HTTPS. Topic creation requests will otherwise be rejected. |