mirror of
https://github.com/rclone/rclone.git
synced 2025-03-11 05:25:14 +08: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.