153
edits
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 | 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: | ||
edits