mirror of
https://github.com/minio/minio.git
synced 2025-03-02 23:09:13 -05:00
Disable ListenBucket notifications for NAS gateway (#6954)
This commit is contained in:
parent
9af7d627ac
commit
11a9b317a3
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user