Skip to content

Commit 40fce9c

Browse files
authored
Merge pull request ceph#62394 from laimis9133/laims9133-notiffix
doc/radosgw/notifications: fix topic details Reviewed-by: Zac Dover <[email protected]> Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 612472e + 058b95a commit 40fce9c

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)