Skip to content

Instantly share code, notes, and snippets.

@garnaat
Created June 15, 2012 20:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save garnaat/2938586 to your computer and use it in GitHub Desktop.
Save garnaat/2938586 to your computer and use it in GitHub Desktop.
Setting up OrdinaryCallingFormat for S3 in boto
import boto
from boto.s3.connection import OrdinaryCallingFormat
c = boto.connect_s3(calling_format=OrdinaryCallingFormat())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment