rclone/backend/azureblob
Nick Craig-Wood 0427177857 azureblob: implement OpenChunkWriter and multi-thread uploads #7056
This implements the OpenChunkWriter interface for azureblob which
enables multi-thread uploads.

This makes the memory controls of the s3 backend inoperative; they are
replaced with the global ones.

    --azureblob-memory-pool-flush-time
    --azureblob-memory-pool-use-mmap

By using the buffered reader this fixes excessive memory use when
uploading large files as it will share memory pages between all
readers.
2023-08-24 12:39:27 +01:00
..
azureblob.go azureblob: implement OpenChunkWriter and multi-thread uploads #7056 2023-08-24 12:39:27 +01:00
azureblob_internal_test.go azureblob: implement OpenChunkWriter and multi-thread uploads #7056 2023-08-24 12:39:27 +01:00
azureblob_test.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00
azureblob_unsupported.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00