Skip to content

Instantly share code, notes, and snippets.

View alanop's full-sized avatar

Alan Ortiz alanop

  • Telecable Banilejo S.R.L.
  • Dominican Republic
View GitHub Profile
@SavvyGuard
SavvyGuard / botos3upload.py
Last active February 8, 2023 14:56
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