pub async fn delete_dispatch<B: StorageBackend>(
state: State<State<B>>,
path: Path<(String, String)>,
query: Query<ObjectKeyQuery>,
) -> ResponseExpand description
DELETE /{bucket}/{*key} — dispatches to abort_multipart_upload or delete_object.