nas: ensure loading of bucket notifications during startup (#9681)

This commit is contained in:
Anis Elleuch
2020-05-22 19:55:30 +01:00
committed by GitHub
parent 6542bc4a03
commit 43c19a6b82

View File

@@ -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{}
}