pub async fn complete_export(
deps: &DescriptorDeps<'_>,
auth: &AuthClaims,
body: CompleteExportBody,
) -> Result<CompleteExportResultBody, AppError>Expand description
Optional ack from the client after a successful download. Idempotent
on terminal states (returns downloaded reflecting whether the
transfer actually happened).
Caller path: spec/vta/backup/complete-export/1.0 trust-task handler.