Skip to content

Commit

Permalink
rst error
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Bruce committed Jan 30, 2014
1 parent e83fd8f commit 1e07046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/awsaccess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PynamoDB uses botocore to interact with the DynamoDB API. Thus, similar methods
credentials. For local development the use of environment variables such as `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
is probably preferable. You can of course use IAM users, as recommended by AWS. In addition
`EC2 roles <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html>`_ will work as well and
would be recommended when running PynamoDB on EC2.
would be recommended when running on EC2.

As for the permissions granted via IAM, many tasks can be carried out by PynamoDB. So you should construct your
policies as required, see the
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Contributing
Pull requests are welcome, forking from the devel branch. Please write tests to accompany your changes or at least run
the test suite with `tox` before submitting. Once on GitHub Travis-ci will run the test suite as well.

Don't forget to add yourself to `AUTHORS.rst <https://github.com/jlafon/PynamoDB/blob/devel/AUTHORS.rst`_.
Don't forget to add yourself to `AUTHORS.rst <https://github.com/jlafon/PynamoDB/blob/devel/AUTHORS.rst>`_.

0 comments on commit 1e07046

Please sign in to comment.