mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix ConfigSys and NotificationSys initialization for NAS (#6920)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user