fix: anonymize the x-amz-id-2 value from hostname (#16478)

This commit is contained in:
Harshavardhana
2023-01-25 23:55:36 +05:30
committed by GitHub
parent 65c104a589
commit 54b561898f
3 changed files with 7 additions and 2 deletions

View File

@@ -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