rclone/backend/azureblob
Nick Craig-Wood 2fc095cd3e azureblob: Stop Mkdir attempting to create existing containers
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
2019-01-23 09:58:46 +00:00
..
azureblob_internal_test.go azureblob: allow building azureblob backend on *BSD 2018-11-27 12:20:48 +00:00
azureblob_test.go azureblob: allow building azureblob backend on *BSD 2018-11-27 12:20:48 +00:00
azureblob_unsupported.go azureblob: allow building azureblob backend on *BSD 2018-11-27 12:20:48 +00:00
azureblob.go azureblob: Stop Mkdir attempting to create existing containers 2019-01-23 09:58:46 +00:00