mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
Freeze the s3 APIs until the notification sub-system initializes completely (#17182)
This commit is contained in:
@@ -776,6 +776,8 @@ func handleCommonEnvVars() {
|
||||
} else {
|
||||
globalActiveCred = auth.DefaultCredentials
|
||||
}
|
||||
|
||||
globalDisableFreezeOnBoot = env.Get("_MINIO_DISABLE_API_FREEZE_ON_BOOT", "") == "true" || serverDebugLog
|
||||
}
|
||||
|
||||
// Initialize KMS global variable after valiadating and loading the configuration.
|
||||
|
||||
Reference in New Issue
Block a user