This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |