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