mirror of https://github.com/minio/minio.git
7c72b25ef0
With the current asynchronous behaviour in sending notification events to the targets, we can't provide guaranteed delivery as the systems might go for restarts. For such event-driven use-cases, we can provide an option to enable synchronous events where the APIs wait until the event is successfully sent or persisted. This commit adds 'MINIO_API_SYNC_EVENTS' env which when set to 'on' will enable sending/persisting events to targets synchronously. |
||
---|---|---|
.. | ||
target | ||
arn.go | ||
arn_test.go | ||
config.go | ||
config_test.go | ||
errors.go | ||
event.go | ||
name.go | ||
name_test.go | ||
rules.go | ||
rules_test.go | ||
rulesmap.go | ||
rulesmap_test.go | ||
targetid.go | ||
targetid_test.go | ||
targetidset.go | ||
targetidset_test.go | ||
targetlist.go | ||
targetlist_test.go |