Skip to content

Commit

Permalink
Incorporate review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Sep 23, 2014
1 parent af9ed80 commit 0f9a5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion awscli/customizations/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def update_config(self, new_values, config_filename):
be created. Any parent directories will also be created
if necessary.
* If the section to update does not exist, it will be created.
* Any existing lines that specified by ``new_values``
* Any existing lines that are specified by ``new_values``
**will not be touched**. This ensures that commented out
values are left unaltered.
Expand Down Expand Up @@ -362,6 +362,8 @@ class ConfigureSetCommand(BasicCommand):
'action': 'store',
'cli_type_name': 'string', 'positional_arg': True},
]
# Any variables specified in this list will be written to
# the ~/.aws/credentials file instead of ~/.aws/config.
_WRITE_TO_CREDS_FILE = ['aws_access_key_id', 'aws_secret_access_key',
'aws_session_token']

Expand Down

0 comments on commit 0f9a5a7

Please sign in to comment.