File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ of event types or for all "Removed" and "Created" event types (which is the defa
2828notification may also filter out events based on matches of the prefixes and
2929suffixes of (1) the keys, (2) the metadata attributes attached to the object,
3030or (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
3435REST API has been defined so as to provide configuration and control interfaces
3536for the bucket notification mechanism.
You can’t perform that action at this time.
0 commit comments