1
mirror of https://github.com/rclone/rclone synced 2024-11-25 02:47:14 +01:00
rclone/backend/azureblob
Nick Craig-Wood f3c8b7a948 azureblob: add --azureblob-no-check-container to assume container exists
Normally rclone will check the container exists before uploading if it
hasn't listed the container yet.

Often rclone will be running with a limited set of permissions which
means rclone can't create the container anyway, so this stops the
check.

This will save a transaction.
2022-12-06 15:07:01 +00:00
..
azureblob_internal_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_unsupported.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob.go azureblob: add --azureblob-no-check-container to assume container exists 2022-12-06 15:07:01 +00:00