Created
April 4, 2016 20:33
-
-
Save mrshickle/2503983ce549087f1385aa913dc90964 to your computer and use it in GitHub Desktop.
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
import boto | |
import pymysql | |
import pymysql.cursors | |
import pypyodbc | |
import logging | |
import os | |
from boto.s3.keyfile import KeyFile | |
conn = boto.connect_gs("ACCESS_KEY", "SECRET_KEY") | |
bucket = conn.get_bucket("BUCKET_NAME") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment