Result of objectDeleteBatch.
objectDeleteBatch
Both deleted and failed may be non-empty for the same request — the backend does NOT fail the whole batch on per-key errors (AC-4). The frontend should surface "N deleted, M failed" rather than all-or-nothing.
deleted
failed
Mirrors src-tauri/src/s3/object.rs DeleteReport.
src-tauri/src/s3/object.rs
Result of
objectDeleteBatch.Both
deletedandfailedmay be non-empty for the same request — the backend does NOT fail the whole batch on per-key errors (AC-4). The frontend should surface "N deleted, M failed" rather than all-or-nothing.Mirrors
src-tauri/src/s3/object.rsDeleteReport.