Skip to content

Commit 058b95a

Browse files
committed
doc/radosgw /notifications: fix topic details
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 <[email protected]>
1 parent eb4c3bf commit 058b95a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/radosgw/notifications.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ of event types or for all "Removed" and "Created" event types (which is the defa
2828
notification may also filter out events based on matches of the prefixes and
2929
suffixes of (1) the keys, (2) the metadata attributes attached to the object,
3030
or (3) the object tags. Regular-expression matching can also be used on these
31-
to create filters. There can be multiple notifications for any specific topic,
32-
and the same topic can used for multiple notifications.
31+
to create filters. Notifications and topics have a many-to-many relationship.
32+
A topic can receive multiple notifications and a notification could be delivered
33+
to multiple topics.
3334

3435
REST API has been defined so as to provide configuration and control interfaces
3536
for the bucket notification mechanism.

0 commit comments

Comments
 (0)