A script that downloads multiple files in parallel with support for s3:// | http:// | https:// protocols
Usage: python downloader.py url1 url2 url3
Mac OS X: A version of Python is already installed.
Windows: You will need to install one of the 2.x versions available at python.org.
Some of the required additional Python packages need to be installed to run on the command line. Here is a list of the packages:
- Use pip to install
- boto3
- requests