-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'PageIterator' object has no attribute 'result_keys' #442
Labels
bug
This issue is a bug.
Comments
What version of the CLI are you running? Could you try running "sudo pip install --upgrade awscli" and see if that fixes the issue? |
|
Ok, I see the issue, working on a fix now. |
jamesls
added a commit
to jamesls/aws-cli
that referenced
this issue
Oct 28, 2013
This is a test for aws#442, verifying we get the proper output whenever we have a paginated response combined with text output.
This was referenced Oct 28, 2013
Thank you very much. Just let me know when I can test this fix on my server. |
jamesls
added a commit
that referenced
this issue
Oct 28, 2013
* test-issue-442: Add unit/integ test for #442
jamesls
added a commit
that referenced
this issue
Oct 29, 2013
* release-1.2.2: Bumping version to 1.2.2 Rename next release to 1.2.2 Fix test failure by removing spec arg to Mock object Add links to release notes and CHANGELOG in README Add a CHANGELOG.rst Add test for #446 Add unit/integ test for #442 Fixed a bug in text formatting when an empty list is encountered. Add a test for listing local contents with unicode chars list_files() should yield in alphabetical order
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run any commands, apart from
aws * help
, I get this error:Example:
I installed aws-cli like this:
Machine is CentOS 6:
2.6.32-279.9.1.el6.x86_64 GNU/Linux
with Python 2.6.6.The text was updated successfully, but these errors were encountered: