mirror of
https://github.com/rclone/rclone.git
synced 2026-03-06 08:10:12 -05:00
We use fs.RepeatableReader to buffer the chunks which plays nice with the accounting. The default chunk size is 128M which may be too large. Fixes #1806