mirror of
https://github.com/rclone/rclone.git
synced 2024-11-30 12:34:04 +08:00
f347a198f7
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 |
||
---|---|---|
.. | ||
azureblob_internal_test.go | ||
azureblob_test.go | ||
azureblob_unsupported.go | ||
azureblob.go |