Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Python 2.6 or 2.7. You can install Boto using pip:
## Basic Configuration

You need to set up your AWS security credentials before the sample code is able
to connect to AWS. You can do this by creating a file named "credentials" at ~/.aws/
(C:\Users\USER_NAME\.aws\ for Windows users) and saving the following lines in the file:
to connect to AWS. You can do this by creating a file named "credentials" at
`~/.aws/` (`C:\Users\USER_NAME\.aws\` for Windows users)
and saving the following lines in the file:

[default]
aws_access_key_id = <your access key id>
Expand Down