mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Send deployment id and minio version in http header (#14378)
This commit is contained in:
+2
-1
@@ -493,7 +493,8 @@ func serverMain(ctx *cli.Context) {
|
||||
logFatalErrs(err, Endpoint{}, true)
|
||||
}
|
||||
|
||||
logger.SetDeploymentID(globalDeploymentID)
|
||||
xhttp.SetDeploymentID(globalDeploymentID)
|
||||
xhttp.SetMinIOVersion(Version)
|
||||
|
||||
// Enable background operations for erasure coding
|
||||
if globalIsErasure {
|
||||
|
||||
Reference in New Issue
Block a user