Skip to content

Python script that uploads all directory content to specific S3 bucket

Notifications You must be signed in to change notification settings

evgenybruhachev/uploader-to-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Before usage you should specify AWS S3 credits inside uploader.py.

AWS_ACCESS_KEY_ID = 'insert_access_key_id'

AWS_SECRET_ACCESS_KEY = 'insert_secret_key'

bucket_name = 'insert_bucket_name'

About

Python script that uploads all directory content to specific S3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages