mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
s3: add --s3-chunk-size option - fixes #2203
This commit is contained in:
@@ -339,6 +339,16 @@ Available options include:
|
||||
- STANDARD_IA - for less frequently accessed data (e.g backups)
|
||||
- REDUCED_REDUNDANCY (only for noncritical, reproducible data, has lower redundancy)
|
||||
|
||||
#### --s3-chunk-size=SIZE ####
|
||||
|
||||
Any files larger than this will be uploaded in chunks of this
|
||||
size. The default is 5MB. The minimum is 5MB.
|
||||
|
||||
Note that 2 chunks of this size are buffered in memory per transfer.
|
||||
|
||||
If you are transferring large files over high speed links and you have
|
||||
enough memory, then increasing this will speed up the transfers.
|
||||
|
||||
### Anonymous access to public buckets ###
|
||||
|
||||
If you want to use rclone to access a public bucket, configure with a
|
||||
|
||||
Reference in New Issue
Block a user