Skip to content

Commit

Permalink
Update to add how to make comments in boto.config
Browse files Browse the repository at this point in the history
Searched this file and came up empty; tried putting a '#' at the beginning of some lines and it worked.  Perhaps other methods work, too.
  • Loading branch information
jonathanwcrane committed Aug 17, 2015
1 parent c9a4f36 commit a04843c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/boto_config_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ and in the following order:
* ~/.aws/credentials - for credentials shared between SDKs
* ~/.boto - for user-specific settings

**Comments**
You can comment out a line by putting a '#' at the beginning of the line, just like in Python code.


In Windows, create a text file that has any name (e.g. boto.config). It's
recommended that you put this file in your user folder. Then set
Expand Down

0 comments on commit a04843c

Please sign in to comment.