mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
Adjust S3 upload concurrency with --s3-upload-concurrency
This commit is contained in:
committed by
Nick Craig-Wood
parent
aaa8591661
commit
7d2861ead6
@@ -402,6 +402,15 @@ 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.
|
||||
|
||||
#### --s3-upload-concurrency ####
|
||||
|
||||
Number of chunks of the same file that are uploaded concurrently.
|
||||
Default is 2.
|
||||
|
||||
If you are uploading small amount of large file over high speed link
|
||||
and these uploads do not fully utilize your bandwidth, then increasing
|
||||
this may help to 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