mirror of
https://github.com/rclone/rclone.git
synced 2025-08-03 19:51:08 +02:00
For uploads which are coming from disk or going to disk or going to a backend which doesn't need to seek except for retries this doesn't buffer the input. This dramatically reduces rclone's memory usage. Fixes #7350