docs(kms): reconcile bulk-rekey contract with the shipped sweep (#6783)

This commit is contained in:
唐小鸭
2026-08-28 15:21:10 +08:00
committed by GitHub
parent 19c7529d88
commit 6f9adb3ad0
2 changed files with 23 additions and 15 deletions
-1
View File
@@ -2884,7 +2884,6 @@ pub(crate) enum ObjectDekRewrapOutcome {
/// fills with the same bytes). A copy left behind would win a read-path
/// fallback and resurrect the old wrapping, so finding no replaceable copy is
/// an error, never a silent success.
#[allow(dead_code)] // Consumed by the bulk rekey sweep in the follow-up PR; tests exercise it now.
pub(crate) async fn rewrap_object_encryption_metadata(
bucket: &str,
key: &str,