Skip to content

Instantly share code, notes, and snippets.

View rianvdm's full-sized avatar

Rian van der Merwe rianvdm

View GitHub Profile
@rianvdm
rianvdm / amazon-s3-auto-upload
Created October 6, 2014 17:55
An automated image upload workflow for Amazon S3
# For more info, see http://www.elezea.com/2014/07/automatic-upload-amazon-s3/
import boto
from boto.s3.connection import S3Connection
import os
import sys
import urllib
from datetime import date, datetime
import subprocess