[
https://issues.apache.org/jira/browse/LIBCLOUD-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818086#comment-13818086
]
Tomaz Muraus commented on LIBCLOUD-434:
---------------------------------------
Thanks
This is a known limitation of the Route53 driver - currently it doesn't support
paging through multiple pages of results for "list zones" and "list records"
calls.
Other drives implement pagination by using generator approach. You can find an
example of this approach here -
https://github.com/apache/libcloud/blob/trunk/libcloud/dns/drivers/zerigo.py#L149
> Route53 list_records() limited to 100 records
> ---------------------------------------------
>
> Key: LIBCLOUD-434
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-434
> Project: Libcloud
> Issue Type: Bug
> Components: DNS
> Reporter: Chris Clarke
>
> The [Route53 ListResourceRecordSets
> endpoint|http://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResourceRecordSets.html]
> returns a maximum of 100 records per request.
--
This message was sent by Atlassian JIRA
(v6.1#6144)