Rclone: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 86: Line 86:


=== I cannot upload a file larger than 48GB. ===  
=== I cannot upload a file larger than 48GB. ===  
In some situations, rclone is not able to guess the size of the file to upload and use the default value of <code>--s3-chunk-size 5M</code> to spit and upload the file to the bucket. But since the server has a 10,000 chunk limit, the upload crashes.
In some situations, rclone is not able to guess the size of the file to upload and use the default value of <code>--s3-chunk-size 5M</code> to split and upload the file to the bucket. But since the server has a 10,000 chunk limit, the upload crashes.


You can solve that by setting a larger  value:
You can solve that by setting a larger  value:
153

edits

Navigation menu