mirror of
https://github.com/minio/minio.git
synced 2025-11-22 10:37:42 -05:00
Initialize local nsLocker for gateway instances (#8540)
This commit is contained in:
@@ -220,6 +220,8 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
|
||||
logger.FatalIf(err, "Unable to initialize gateway backend")
|
||||
}
|
||||
|
||||
newObject = NewGatewayLayerWithLocker(newObject)
|
||||
|
||||
// Re-enable logging
|
||||
logger.Disable = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user