Skip to content

Commit

Permalink
Make sequence sequential (boto#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre authored and dstufft committed Jan 12, 2017
1 parent ddce789 commit 6c16624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Environment Variable Configuration
supported by multiple AWS SDKs besides python.

``AWS_DEFAULT_REGION``
The default region to use, e.g. ``us-west-2``, ``us-west-2``, etc.
The default region to use, e.g. ``us-west-1``, ``us-west-2``, etc.

``AWS_PROFILE``
The default profile to use, if any. If no value is specified, boto3
Expand Down Expand Up @@ -403,7 +403,7 @@ If your profile name has spaces, you'll need to surround this value in quotes:
in the ``~/.aws/config`` file:

``region``
The default region to use, e.g. ``us-west-2``, ``us-west-2``, etc. When specifying a region inline during client initialization, this property is named ``region_name``
The default region to use, e.g. ``us-west-1``, ``us-west-2``, etc. When specifying a region inline during client initialization, this property is named ``region_name``
``aws_access_key_id``
The access key to use.
``aws_secret_access_key``
Expand Down

0 comments on commit 6c16624

Please sign in to comment.