mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
nas: ensure loading of bucket notifications during startup (#9681)
This commit is contained in:
parent
6542bc4a03
commit
43c19a6b82
@ -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{}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user