Skip to content

Commit

Permalink
Mentioned proper credentials file location for non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercollier committed Aug 20, 2014
1 parent 0204b80 commit 35cc61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ To use a config file, create a configuration file like this::
aws_secret_access_key=<testing secret key>
region=us-west-2

and place it in ``~/.aws/config`` (or in ``%UserProfile%\.aws\config`` on Windows).
and place it in ``~/.aws/credentials`` (or in ``%UserProfile%\.aws\config`` on Windows).

As you can see, you can have multiple ``profiles`` defined in this
configuration file and specify which profile to use by using the ``--profile``
Expand Down

0 comments on commit 35cc61f

Please sign in to comment.