Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 458 Bytes

s3-multipart-upload

Description

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.

Execution

To run script: $ ./s3multiUploader.sh

To run in background: $ nohup ./s3multiUploader.sh &, and monitor using $ less nohup.out

Environment

Ubuntu 18.04 LTS

Disclaimer

This script is for educational purposes only.

Date: 22-Jan-2020