mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Support ListenBucketNotificationV2 streaming (#8622)
This commit is contained in:
@@ -163,6 +163,9 @@ var (
|
||||
// registered listeners
|
||||
globalHTTPTrace = pubsub.New()
|
||||
|
||||
// global Listen system to send S3 API events to registered listeners
|
||||
globalHTTPListen = pubsub.New()
|
||||
|
||||
// global console system to send console logs to
|
||||
// registered listeners
|
||||
globalConsoleSys *HTTPConsoleLoggerSys
|
||||
|
||||
Reference in New Issue
Block a user