Routing key was misspelled as routine key (#2430)

master
Yurii Rashkovskii 8 years ago committed by Harshavardhana
parent 723153951c
commit 7829ccea2c
  1. 2
      config-old.go
  2. 2
      docs/minio-server-configuration-files-guide.md
  3. 2
      notify-amqp.go

@ -218,7 +218,7 @@ type loggerV5 struct {
Level string `json:"level"`
URL string `json:"url"`
Exchange string `json:"exchange"`
RoutingKey string `json:"routineKey"`
RoutingKey string `json:"routingKey"`
ExchangeType string `json:"exchangeType"`
Mandatory bool `json:"mandatory"`
Immediate bool `json:"immediate"`

@ -56,7 +56,7 @@ $ cat config.json
"enable": false,
"url": "",
"exchange": "",
"routineKey": "",
"routingKey": "",
"exchangeType": "",
"mandatory": false,
"immediate": false,

@ -29,7 +29,7 @@ type amqpNotify struct {
Enable bool `json:"enable"`
URL string `json:"url"`
Exchange string `json:"exchange"`
RoutingKey string `json:"routineKey"`
RoutingKey string `json:"routingKey"`
ExchangeType string `json:"exchangeType"`
Mandatory bool `json:"mandatory"`
Immediate bool `json:"immediate"`

Loading…
Cancel
Save