mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Disable ListenBucket notifications for NAS gateway (#6954)
This commit is contained in:
@@ -117,7 +117,7 @@ func (g *NAS) Production() bool {
|
||||
}
|
||||
|
||||
// IsListenBucketSupported returns whether listen bucket notification is applicable for this gateway.
|
||||
func (g *NAS) IsListenBucketSupported() bool {
|
||||
func (n *nasObjects) IsListenBucketSupported() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user