]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: update notifications.rst - grammar 48500/head
authorZac Dover <zac.dover@gmail.com>
Sun, 16 Oct 2022 03:09:35 +0000 (13:09 +1000)
committerZac Dover <zac.dover@gmail.com>
Sun, 16 Oct 2022 03:43:25 +0000 (13:43 +1000)
This commit rewrites a sentence, as requested by
C. Mitchell here:
https://github.com/ceph/ceph/pull/48493/files#r996003812

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 43c37c6721b373af41fe58235b77a917d1961fc1)

doc/radosgw/notifications.rst

index b19242529a450c9c7bd5d369d7eedf6241273772..ca630f8df1e0e6428277f537cba1eb53542b02ee 100644 (file)
@@ -103,11 +103,12 @@ 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. Upon a successful
-request, the response will include the topic ARN that could be later used to
-reference this topic in the notification request. To update a topic, use the
-same command that you used to create it (but use the name of an existing topic
-and different endpoint values).
+which will be used later when a notification is created. A response is
+generated. A successful response includes the 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 use the
+name of an existing topic and different endpoint values).
 
 .. tip:: Any notification already associated with the topic must be re-created
    for the topic update to take effect.