rclone/backend/azureblob
Nick Craig-Wood 7f0b204292 azureblob: work around SDK bug which causes errors for chunk-sized files (again)
Until https://github.com/Azure/azure-storage-blob-go/pull/75 is merged
the SDK can't upload a single blob of exactly the chunk size, so
upload files of this size with a multpart upload as a work around.

The previous fix for this 6a773289e7 turned out to cause problems
uploading files with maximum chunk size so needed to be redone.

Fixes #2653
2018-10-15 09:05:34 +01: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: work around SDK bug which causes errors for chunk-sized files (again) 2018-10-15 09:05:34 +01:00