Disable ListenBucket notifications for NAS gateway (#6954)

This commit is contained in:
poornas
2018-12-11 16:16:09 -08:00
committed by kannappanr
parent 9af7d627ac
commit 11a9b317a3

View File

@@ -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
}