You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by xofer <gi...@git.apache.org> on 2013/12/05 09:23:25 UTC

[dev] libcloud pull request: LIBCLOUD-434: route53 replace list_* with iterate_*

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 <ch...@parsely.com>
Date:   2013-12-05T08:21:23Z

    LIBCLOUD-434: route53 replace list_* with iterate_*

----