Skip to content

Commit

Permalink
Added docs on what an example .boto file should look like.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Mar 28, 2013
1 parent 55de90e commit e8f52d9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/source/boto_config_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ methods of that object. In addition, the boto
:py:class:`Config <boto.pyami.config.Config>` class defines additional
methods that are described on the PyamiConfigMethods page.

An example ``~/.boto`` file should look like::

[Credentials]
aws_access_key_id = <your_access_key_here>
aws_secret_access_key = <your_secret_key_here>


Sections
--------

Expand Down Expand Up @@ -148,7 +155,7 @@ This section is also used for specifying endpoints for non-AWS services such as
Eucalyptus and Walrus.

:eucalyptus_host: Select a default endpoint host for eucalyptus
:walrus_host: Select a default host for Walrus
:walrus_host: Select a default host for Walrus

For example::

Expand Down Expand Up @@ -249,7 +256,7 @@ For example::
emr_version = 2009-03-31
emr_region_name = us-east-1
emr_region_endpoint = elasticmapreduce.us-east-1.amazonaws.com


Precedence
----------
Expand Down Expand Up @@ -318,7 +325,7 @@ Example::
DB
^^
The DB section is used to configure access to databases through the
:func:`boto.sdb.db.manager.get_manager` function.
:func:`boto.sdb.db.manager.get_manager` function.

:db_type: Type of the database. Current allowed values are `SimpleDB` and
`XML`.
Expand Down

0 comments on commit e8f52d9

Please sign in to comment.