mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Enable event persistence in webhook (#7614)
This commit is contained in:
committed by
Nitish Tiwari
parent
0ebbd3caef
commit
bb871a7c31
@@ -884,7 +884,7 @@ type serverConfigV32 struct {
|
||||
} `json:"policy"`
|
||||
}
|
||||
|
||||
// serverConfigV33 is just like version '32', removes clientID from NATS and MQTT, and adds queueDir, queueLimit in MQTT and kafka.
|
||||
// serverConfigV33 is just like version '32', removes clientID from NATS and MQTT, and adds queueDir, queueLimit in notification targets.
|
||||
type serverConfigV33 struct {
|
||||
quick.Config `json:"-"` // ignore interfaces
|
||||
|
||||
|
||||
Reference in New Issue
Block a user