rclone/backend/azureblob
Nick Craig-Wood b7f26937f1 azureblob: fix errors not being retried when doing single part copy
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.
2025-02-25 10:22:49 +00:00
..
azureblob.go azureblob: fix errors not being retried when doing single part copy 2025-02-25 10:22:49 +00:00
azureblob_internal_test.go azureblob: remove uncommitted blocks on InvalidBlobOrBlock error 2025-01-22 11:56:05 +00:00
azureblob_test.go azureblob: implement multipart server side copy 2025-01-22 11:56:05 +00:00
azureblob_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00