Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,10 @@ minioClient.remove_all_bucket_notifications('mybucket')
Listen for notifications on a bucket. Additionally one can provide
filters for prefix, suffix and events. There is no prior set bucket notification
needed to use this API. This is an Minio extension API where unique identifiers
are regitered and unregistered by the server automatically based on incoming
are registered and unregistered by the server automatically based on incoming
requests.

Yeilds events as they occur, caller has iterate to read these events as
Yields events as they occur, caller has to iterate to read these events as
they occur.

__Parameters__
Expand Down