Skip to content

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

Notifications You must be signed in to change notification settings

legendary-jld/s3-upload-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages