mirror of
https://github.com/rclone/rclone.git
synced 2025-06-02 08:15:38 +02:00
When doing a multipart upload or copy, if a InvalidBlobOrBlock error is received, it can mean that there are uncomitted blocks from a previous failed attempt with a different length of ID. This patch makes rclone attempt to clear the uncomitted blocks and retry if it receives this error.