mirror of
https://github.com/rclone/rclone
synced 2024-12-03 13:14:37 +01:00
b1d8da484b
According to Microsoft support this error can be caused by > A timing/concurrency issue where the PUT operations are happening > about the same time for a single blob. The Put Block List operation > writes a blob by specifying the list of block IDs that make up the > blob. In order to be written as part of a blob, a block must have > been successfully written to the server in a prior Put Block > operation. > > Documentation reference: > > https://docs.microsoft.com/en-us/rest/api/storageservices/put-block > > This error can happen when doing concurrent upload commits after you > have started the upload but before you commit. In that case, the > upload fails. The application can retry this error or attempt some > other recovery action based on the required scenario. See: https://forum.rclone.org/t/error-while-syncing-with-azure-blob-storage-x-ms-error-code-invalidbloborblock/15561 |
||
---|---|---|
.. | ||
azureblob_internal_test.go | ||
azureblob_test.go | ||
azureblob_unsupported.go | ||
azureblob.go |