Set legacy gateway name to the actual gate's name

remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Pavel Korotkov 2020-07-15 13:28:43 +03:00
parent d68347ff4d
commit e670e68226
1 changed files with 1 additions and 1 deletions

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