mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-02 02:08:41 +00:00
docs(kms): reconcile bulk-rekey contract with the shipped sweep (#6783)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user