rclone/backend/azureblob
Nick Craig-Wood 8b8220c4f7 azureblob: wait for up to 60s to create a just deleted container
When a container is deleted, a container with the same name cannot be
created for at least 30 seconds; the container may not be available
for more than 30 seconds if the service is still processing the
request.

We sleep so that we wait at most 60 seconds.  This is mostly useful in
the integration tests where containers get deleted and remade
immediately.
2018-11-24 10:57:37 +00:00
..
azureblob_internal_test.go azureblob and fstests - Modify integration tests to include new 2018-09-18 13:56:09 +01:00
azureblob_test.go azureblob, b2, drive: implement set upload cutoff for chunked upload tests 2018-10-13 22:49:12 +01:00
azureblob_unsupported.go backend/azureblob: Port new Azure Blob Storage SDK #2362 2018-07-14 10:49:58 +01:00
azureblob.go azureblob: wait for up to 60s to create a just deleted container 2018-11-24 10:57:37 +00:00