Fastest way to download large files from AWS S3 to Local machine

Neelkanth Ram

10 sec read

Install aria2. If you are on Ubuntu, you can try apt install aria2.
run aria2c -x 16 -s 16 aws_https_file_url
-x, –max-connection-per-server=NUM The maximum number of connections to one server for each download. Possible Values: 1-16 Default: 1 and -s, –split=N Download a file using N connections.

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *