mirror of
https://github.com/rclone/rclone.git
synced 2025-06-23 01:41:25 +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.