mirror of https://github.com/rclone/rclone.git
Sometimes the Azure blob servers reply with 503 ServerBusy errors and these should be retried. Before this change, when testing to see if a single part server side copy was done, ServerBusy errors were returned to the user rather than being retried. Wrapping the call in the pacer fixes the problem and ensures it is retried properly using the --low-level-retries mechanism. |
||
---|---|---|
.. | ||
azureblob.go | ||
azureblob_internal_test.go | ||
azureblob_test.go | ||
azureblob_unsupported.go |