Skip to content

Uses shrimp to upload files in a directory to AWS recursively.

Notifications You must be signed in to change notification settings

opzesty/s3upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

s3upload

Description

This script makes use of a progam called shrimp to upload all files in a folder into an S3 bucket.

Supported Operating Systems

  • Ubuntu
    • 20.04 Focal Fossa
    • 22.04 Jammy Jellyfish
  • EL
    • Oracle, Rocky
      • 9
    • Centos
      • 8 Stream
      • 7
    • Kali

Dependencies

Usage

  1. Install dpenendices on your machine.
  2. 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
  1. 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>
  1. Run the shell script.
./upload_s3.sh  <symlink_bucket_name>

About

Uses shrimp to upload files in a directory to AWS recursively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages