This script makes use of a progam called shrimp
to upload all files in a folder into an S3 bucket.
- Ubuntu
- 20.04 Focal Fossa
- 22.04 Jammy Jellyfish
- EL
- Oracle, Rocky
- 9
- Centos
- 8 Stream
- 7
- Kali
- Oracle, Rocky
- Install dpenendices on your machine.
- Clone this project onto your target system that has the files you want to upload to the S3 bucket.
git clone https://github.com/opzesty/s3upload.git
- Create a symlink in the root of this project that is labeled the same as the s3 bucket you want to upload to.
ln -s /path/to/your/files <symlink_bucket_name>
- Run the shell script.
./upload_s3.sh <symlink_bucket_name>