A script that takes parts of a file, uploads them to AWS S3 using the multipart uploading function and combines the parts into one object upon completion.
To run script: $ ./s3multiUploader.sh
To run in background: $ nohup ./s3multiUploader.sh &
, and monitor using $ less nohup.out
Ubuntu 18.04 LTS
This script is for educational purposes only.
Date: 22-Jan-2020