rclone/backend/azureblob
Nick Craig-Wood f347a198f7 azureblob: delete archive tier blobs before update if --azureblob-archive-tier-delete
Before this change, attempting to update an archive tier blob failed
with a 409 error message:

    409 This operation is not permitted on an archived blob.

This change detects if we are overwriting a blob and either generates
the error (if `--azureblob-archive-tier-delete` is not set):

    can't update archive tier blob without --azureblob-archive-tier-delete

Or deletes the blob first before uploading it again (if
`--azureblob-archive-tier-delete` is set).

Fixes #4819
2020-12-28 12:31:24 +00:00
..
azureblob_internal_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
azureblob_test.go azure: add support for service principals - fixes #3230 2020-12-09 17:52:15 +00:00
azureblob_unsupported.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
azureblob.go azureblob: delete archive tier blobs before update if --azureblob-archive-tier-delete 2020-12-28 12:31:24 +00:00