legendary-jld / s3-upload-directory

A Python3 script to upload all files from a directory to s3, while maintaining directory structure and assigning valid content-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-upload-directory

A Python3 script to upload all files from a directory to s3, while maintaining directory structure and assigning valid content-types

Example config file:

config.yml

aws:
 aws_access_key_id: 'your_key_id'
 aws_access_key_secret: 'your_key_secret'
 default_bucket: 'bucket_name'

About

A Python3 script to upload all files from a directory to s3, while maintaining directory structure and assigning valid content-types


Languages

Language:Python 100.0%