From e670e6822686acf9e0629112ddad43107454bd99 Mon Sep 17 00:00:00 2001 From: Pavel Korotkov Date: Wed, 15 Jul 2020 13:28:43 +0300 Subject: [PATCH] Set legacy gateway name to the actual gate's name --- legacy/neofs-router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/neofs-router.go b/legacy/neofs-router.go index 89d28958..5be69730 100644 --- a/legacy/neofs-router.go +++ b/legacy/neofs-router.go @@ -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