mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 01:48:21 +00:00
feat(kms): reserve and expose KV2 wrap-budget consumption (#6019)
This commit is contained in:
@@ -976,6 +976,9 @@ mod tests {
|
||||
// default, and only a populated one fixes the wire names.
|
||||
rotation_due: true,
|
||||
rotation_due_reason: Some(RotationDueReason::Age),
|
||||
// `#[serde(skip)]`: populated on purpose so the snapshot proves the
|
||||
// wrap counter stays off the admin wire even when a backend set it.
|
||||
wrap_budget_reserved: Some(1_000_000),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user