Skip to content

Commit

Permalink
Adapt README, closes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesEbke committed Nov 10, 2022
1 parent c7a12ec commit b78ef37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ List all resources in an AWS account, all regions, all services(*). Writes JSON
Usage
-----

You need to have python (both 2 or 3 work) as well as AWS credentials set up as usual.
You need to have python (only python3 tested) as well as AWS credentials set up as usual.

Quick Start with virtualenv::

Expand Down Expand Up @@ -56,7 +56,7 @@ region, and operation used to find them. They can be dumped with::
How do I really list everything?
------------------------------------------------

Warning: As AWS has over 1024 API endpoints, you may have to increase your allowed number of open files
Warning: As AWS has over 1024 API endpoints, aws-list-all tries to increase your allowed number of open files
See https://github.com/JohannesEbke/aws_list_all/issues/6

Restricting the region and service is optional, a simple ``query`` without arguments lists everything.
Expand Down

0 comments on commit b78ef37

Please sign in to comment.