mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03: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.
|
// IsListenBucketSupported returns whether listen bucket notification is applicable for this gateway.
|
||||||
func (g *NAS) IsListenBucketSupported() bool {
|
func (n *nasObjects) IsListenBucketSupported() bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user