rclone/backend/b2
Nick Craig-Wood 8f47b6746d b2: fix streaming chunked files an exact multiple of chunk size
Before this change, streaming files an exact multiple of the chunk
size would cause rclone to attempt to stream a 0 sized chunk which was
rejected by the b2 servers.

This bug was noticed by the new integration tests for chunked streaming.
2023-11-24 14:32:01 +00:00
..
api b2: implement --b2-lifecycle to control lifecycle when creating buckets 2023-09-16 17:01:43 +01:00
b2.go b2: fix server side chunked copy when file size was exactly --b2-copy-cutoff 2023-11-24 12:37:11 +00:00
b2_internal_test.go fstest: factor chunked streaming tests from b2 and use in all backends 2023-11-24 12:58:40 +00:00
b2_test.go fstest: factor chunked copy tests from b2 and use them in s3 and oos 2023-11-24 12:37:11 +00:00
upload.go b2: fix streaming chunked files an exact multiple of chunk size 2023-11-24 14:32:01 +00:00