mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Remove DeploymentID from response headers (#7815)
Response headers need not contain deployment ID.
This commit is contained in:
@@ -314,6 +314,7 @@ func serverMain(ctx *cli.Context) {
|
||||
}()
|
||||
|
||||
newObject, err := newObjectLayer(globalEndpoints)
|
||||
logger.SetDeploymentID(globalDeploymentID)
|
||||
if err != nil {
|
||||
// Stop watching for any certificate changes.
|
||||
globalTLSCerts.Stop()
|
||||
|
||||
Reference in New Issue
Block a user