mirror of
https://github.com/pgsty/minio.git
synced 2026-03-13 06:35:34 +01: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