Skip to content

levvim/awsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

awsup

uploader script for AWS S3 buckets

This is a simple script to facilitate the python based CLI uploader in bash for S3 buckets using the boto3 library. It provides utility since it can potentially be faster for transfers compared to the AWS CLI interface. It requires python3 and the boto3 library to be installed and is called via ordered arguments:

    python awsup.py \
            file_to_upload \
            file_destination

The aws access key and bucket/prefix have to be set up, which are at the beginning of the script.

About

Uploader script for AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages