mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-18 08:35:07 +00: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