Files
rustfs/crates
overtrue 86e5ebb258 fix(kms): keep the immediate-deletion gate out of persisted config
The gate is per-server operator state, so it is read from server
configuration at every construction site and never serialized: a stored
config that claims it is not believed, and enabling it once on one node
cannot leak into the cluster-wide config every other node reloads.

Refs rustfs/backlog#1585
2026-08-01 13:53:48 +08:00
..