Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 483 Bytes

File metadata and controls

13 lines (9 loc) · 483 Bytes

##Simple Python script for AWS S3 file upload.

###Prerequisites boto3 (pip install boto3)

###How to run the script Specify both ACCESS_KEY and SECRET_KEY. You can get them both on your AWS account in "My Security Credentials" section. Specify the local file name, bucket name and the name that you want the file to have inside s3 bucket using LOCAL_FILE, BUCKET_NAME and S3_FILE_NAME variables. Run "python main.py"

###Author Name Miguel Wychovaniec - https://github.com/miguelwy