From 35cc61f06ba377d2b866ed5ded154d5756fc8486 Mon Sep 17 00:00:00 2001 From: Tyler Collier Date: Wed, 20 Aug 2014 11:33:24 -0700 Subject: [PATCH] Mentioned proper credentials file location for non-Windows --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2a44a95528a9..5efc6e1bf076 100644 --- a/README.rst +++ b/README.rst @@ -149,7 +149,7 @@ To use a config file, create a configuration file like this:: aws_secret_access_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``