Created
June 15, 2012 20:37
-
-
Save garnaat/2938586 to your computer and use it in GitHub Desktop.
Setting up OrdinaryCallingFormat for S3 in boto
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 | |
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