Set legacy gateway name to the actual gate's name

This commit is contained in:
Pavel Korotkov 2020-07-15 13:28:43 +03:00
parent d68347ff4d
commit e670e68226

View file

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