Skip to content

Commit

Permalink
Merge pull request #22 from cosmin/patch-1
Browse files Browse the repository at this point in the history
use OrdinaryCallingFormat to get /bucket/file urls
  • Loading branch information
CarlFK committed Aug 22, 2012
2 parents 7c3280f + 1f66596 commit c2a00d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj/scripts/archive_uploader.py
Expand Up @@ -41,7 +41,7 @@ def auth(self):

auth = pw.archive[self.upload_user]
connection = boto.connect_s3( auth['access'], auth['secret'],
host='s3.us.archive.org', is_secure=False)
host='s3.us.archive.org', is_secure=False, calling_format=boto.s3.connection.OrdinaryCallingFormat())

return connection

Expand Down

0 comments on commit c2a00d0

Please sign in to comment.