Skip to content

A bash script that uploads files into an Amazon S3 Bucket.

Notifications You must be signed in to change notification settings

manuelfs12/clouduploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

CloudUploader CLI

A tool that allows to upload files into an Amazon S3 Bucket.

Usage

Linux

  clouduploader <filePath> <S3Uri>

Windows

  bash clouduploader <filePath> <S3Uri>

Prerequisite

  • Have an AWS account with the corresponding permissions to upload to an S3 Bucket.
  • Install the AWS CLI and complete the initial setup.
  • Have an S3 bucket created for the upload.

Setup

To run the script from any directory without needing to specify the full path, you can add your script's directory to your $PATH environment variables.

About

A bash script that uploads files into an Amazon S3 Bucket.

Resources

Stars

Watchers

Forks

Languages