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