mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: anonymize the x-amz-id-2 value from hostname (#16478)
This commit is contained in:
@@ -233,7 +233,8 @@ var (
|
||||
globalEndpoints EndpointServerPools
|
||||
|
||||
// The name of this local node, fetched from arguments
|
||||
globalLocalNodeName string
|
||||
globalLocalNodeName string
|
||||
globalLocalNodeNameHex string
|
||||
|
||||
// The global subnet config
|
||||
globalSubnetConfig subnet.Config
|
||||
|
||||
Reference in New Issue
Block a user