mirror of
https://github.com/minio/minio.git
synced 2026-05-28 04:03:23 -04:00
Update legacy.go
This commit is contained in:
parent
1471425031
commit
26de99be6e
1 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ func SetNotifyAMQP(s config.Config, amqpName string, cfg target.AMQPArgs) error
|
|||
Key: target.AmqpQueue,
|
||||
Value: cfg.Queue,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.AmqpQueueType,
|
||||
Value: cfg.QueueType,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.AmqpTLSSkipVerify,
|
||||
Value: config.FormatBool(cfg.TLS.SkipVerify),
|
||||
|
|
|
|||
Loading…
Reference in a new issue