mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
nas: ensure loading of bucket notifications during startup (#9681)
This commit is contained in:
@@ -251,7 +251,7 @@ func (sys *BucketMetadataSys) GetConfig(bucket string) (BucketMetadata, error) {
|
||||
return newBucketMetadata(bucket), errServerNotInitialized
|
||||
}
|
||||
|
||||
if globalIsGateway {
|
||||
if globalIsGateway && globalGatewayName != "nas" {
|
||||
return newBucketMetadata(bucket), NotImplemented{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user