BucketNotificationSpec represent the spec of a Bucket Notification
events
[]string
List of events that should trigger the notification
filter
object
Spec of notification filter
keyFilters
[]object
Filters based on the object's key
name
string required
Name of the filter - prefix/suffix/regex
enum: prefix, suffix, regex
value
string required
Value to filter on
metadataFilters
[]object
Filters based on the object's metadata
name
string required
Name of the metadata or tag
minLength: 1
value
string required
Value to filter on
tagFilters
[]object
Filters based on the object's tags
name
string required
Name of the metadata or tag
minLength: 1
value
string required
Value to filter on
topic
string required
The name of the topic associated with this notification
minLength: 1