Skip to content

Instantly share code, notes, and snippets.

@kopertop
Created March 7, 2013 20:41
Show Gist options
  • Save kopertop/5111618 to your computer and use it in GitHub Desktop.
Save kopertop/5111618 to your computer and use it in GitHub Desktop.
Configure boto to use DreamObjects
# 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