]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw /notifications: fix topic details 62394/head
authorLaimis Juzeliūnas <asnelaimis@gmail.com>
Wed, 19 Mar 2025 12:33:04 +0000 (14:33 +0200)
committerLaimis Juzeliūnas <asnelaimis@gmail.com>
Wed, 19 Mar 2025 12:33:04 +0000 (14:33 +0200)
This commit fixes documentation about many-to-many topic relationship for notifications. The current sentence states the same fact twice instead of clarifying.

Fixes: https://tracker.ceph.com/issues/64956
Signed-off-by: Laimis Juzeliunas <laimis.juzeliunas@oxylabs.io>
doc/radosgw/notifications.rst

index 897c280facf180148081aaa9a37caf93ee96d8f3..c780409f078f55c15eced2084c74b09a62069fea 100644 (file)
@@ -28,8 +28,9 @@ of event types or for all "Removed" and "Created" event types (which is the defa
 notification may also filter out events based on matches of the prefixes and
 suffixes of (1) the keys, (2) the metadata attributes attached to the object,
 or (3) the object tags. Regular-expression matching can also be used on these
-to create filters. There can be multiple notifications for any specific topic,
-and the same topic can used for multiple notifications.
+to create filters. Notifications and topics have a many-to-many relationship.
+A topic can receive multiple notifications and a notification could be delivered
+to multiple topics.
 
 REST API has been defined so as to provide configuration and control interfaces
 for the bucket notification mechanism.