A Python3 script to upload all files from a directory to s3, while maintaining directory structure and assigning valid content-types
config.yml
aws:
aws_access_key_id: 'your_key_id'
aws_access_key_secret: 'your_key_secret'
default_bucket: 'bucket_name'