1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-04 05:08:23 +02:00
Nick Craig-Wood 4c76fac594 s3: factor generic multipart upload into lib/multipart #7056
This makes the memory controls of the s3 backend inoperative and
replaced with the global ones.

    --s3-memory-pool-flush-time
    --s3-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.

Fixes #7141
2023-08-24 12:39:27 +01:00
..
2023-08-22 12:52:13 +01:00
2023-08-18 11:57:25 +01:00
2022-11-07 11:41:47 +00:00
2021-10-20 22:56:19 +02:00
2023-03-24 20:40:52 +00:00
2023-08-22 12:52:13 +01:00
2023-08-22 12:52:13 +01:00
2022-11-07 11:41:47 +00:00
2020-10-14 15:21:31 +01:00