Created
March 7, 2013 20:41
-
-
Save kopertop/5111618 to your computer and use it in GitHub Desktop.
Configure boto to use DreamObjects
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
# file: /etc/boto.cfg or ~/.boto | |
[s3] | |
host = objects.dreamhost.com | |
calling_format = boto.s3.connection.OrdinaryCallingFormat | |
# You can configure your credentials here, | |
# in a separate config file, or in | |
# environment variables | |
[Credentials] | |
access_key_id = MyDHAccessKey | |
secret_access_key = MyDHSecretKey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment