mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 10:13:29 +08:00
2fc095cd3e
Before this change azureblob would attempt to create already existing containers. This causes problems with limited permissions keys. This change checks the container exists before trying to create it in the same way the s3 backend does. This uses no more requests in the usual case of the container existing. See: https://forum.rclone.org/t/copying-individual-files-to-azure-blob-storage/8397 |
||
---|---|---|
.. | ||
azureblob_internal_test.go | ||
azureblob_test.go | ||
azureblob_unsupported.go | ||
azureblob.go |