Skip to content

Instantly share code, notes, and snippets.

@mrshickle
Created April 4, 2016 20:33
Show Gist options
  • Save mrshickle/2503983ce549087f1385aa913dc90964 to your computer and use it in GitHub Desktop.
Save mrshickle/2503983ce549087f1385aa913dc90964 to your computer and use it in GitHub Desktop.
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