forked from TrueCloudLab/frostfs-s3-gw
Set legacy gateway name to the actual gate's name
This commit is contained in:
parent
d68347ff4d
commit
e670e68226
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ func AttachS3API(r *mux.Router, obj ObjectLayer, l *zap.Logger) {
|
|||
// Initialize all help
|
||||
initHelp()
|
||||
|
||||
globalGatewayName = "NeoFS GW"
|
||||
globalGatewayName = "NeoFS S3 Gate"
|
||||
|
||||
// Set when gateway is enabled
|
||||
globalIsGateway = true
|
||||
|
|
Loading…
Reference in a new issue