diff --git a/rustfs/src/admin/handlers/ilm_transition.rs b/rustfs/src/admin/handlers/ilm_transition.rs index e628b5290..23c545a3c 100644 --- a/rustfs/src/admin/handlers/ilm_transition.rs +++ b/rustfs/src/admin/handlers/ilm_transition.rs @@ -467,9 +467,9 @@ async fn authorize_manual_transition_request(req: &S3Request
) -> S3Result< authorize_transition_admin_request(req, AdminAction::SetTierAction).await } -/// The credential pre-check keeps this endpoint family's historical -/// missing-credentials message (the shared gate reports "get cred failed") and -/// still yields the masked actor every transition audit log records. +/// Recovery endpoints bind their audit actor to the authenticated access key +/// (hashed, never the presented key itself); the credential pre-check keeps +/// this endpoint family's historical missing-credentials message. async fn authorize_recovery_admin_request(req: &S3Request, action: AdminAction) -> S3Result