GitHub user xofer opened a pull request:
https://github.com/apache/libcloud/pull/175
LIBCLOUD-434: list_records() return all records for a Route53 zone.
The Route53 API returns a maximum of 100 records per request. This change
makes multiple requests to get all records in the zone when results are
truncated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Parsely/libcloud
LIBCLOUD-434_route53_return_all_recs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/175.patch
----
commit 23332c048e988c7295ab8f333c0a2c6cbffc7323
Author: xofer <[email protected]>
Date: 2013-11-07T16:36:20Z
LIBCLOUD-434: list_records() return all records for a Route53 zone.
----