Skip to content

Instantly share code, notes, and snippets.

@jayendra13
jayendra13 / botos3upload.py
Last active November 6, 2015 07:03 — forked from SavvyGuard/botos3upload.py
Use boto to upload directory into s3
import boto
import boto.s3
import os.path
import sys
# Fill these in - you get them when you sign up for S3
AWS_ACCESS_KEY_ID = ''
AWS_ACCESS_KEY_SECRET = ''
# Fill in info on data to upload