fix ConfigSys and NotificationSys initialization for NAS (#6920)

This commit is contained in:
poornas
2018-12-05 14:03:42 -08:00
committed by kannappanr
parent 8fcc787cba
commit f6980c4630
9 changed files with 35 additions and 3 deletions

View File

@@ -116,6 +116,11 @@ func (g *NAS) Production() bool {
return true
}
// IsListenBucketSupported returns whether listen bucket notification is applicable for this gateway.
func (g *NAS) IsListenBucketSupported() bool {
return false
}
// nasObjects implements gateway for Minio and S3 compatible object storage servers.
type nasObjects struct {
minio.ObjectLayer