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

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

    --b2-memory-pool-flush-time
    --b2-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
..
api all: fix spelling across the project 2022-08-30 11:16:26 +02:00
b2_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
b2_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
b2.go b2: implement OpenChunkWriter and multi-thread uploads #7056 2023-08-24 12:39:27 +01:00
upload.go b2: implement OpenChunkWriter and multi-thread uploads #7056 2023-08-24 12:39:27 +01:00