GitHub user xofer opened a pull request:
https://github.com/apache/libcloud/pull/187
LIBCLOUD-434: route53 replace list_* with iterate_*
The Route53 API returns a maximum of 100 records per request. This change
implements iterate_zones and iterate_records methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Parsely/libcloud
LIBCLOUD-434_route53_iterate_items
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/187.patch
----
commit e39781343cde31eb6285dd97ed3dbf07464342d8
Author: xofer <[email protected]>
Date: 2013-12-05T08:21:23Z
LIBCLOUD-434: route53 replace list_* with iterate_*
----