rclone/backend/pikpak
wiserain b7624287ac
pikpak: implement configurable chunk size for multipart upload
Previously, the fixed 10MB chunk size could lead to exceeding the maximum 
allowed number of parts for very large files. Similar to other backends, options for 
chunk size and upload concurrency are now user-configurable. Additionally, 
the internal library is used to automatically adjust chunk size to prevent exceeding 
upload part limitations.

Fixes #7850
2024-06-12 13:19:25 +09:00
..
api pikpak: improve upload reliability and resolve potential file conflicts 2024-06-10 18:08:07 +01:00
helper.go pikpak: improve upload reliability and resolve potential file conflicts 2024-06-10 18:08:07 +01:00
pikpak_test.go pikpak: new backend 2023-04-04 16:33:48 +01:00
pikpak.go pikpak: implement configurable chunk size for multipart upload 2024-06-12 13:19:25 +09:00