Skip to content
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

Don't die when no zones setup @ aws #10

Merged
merged 1 commit into from Feb 22, 2016
Merged

Conversation

jasonjayr
Copy link
Contributor

If you call get_hosted_zones() on an aws account with no zones setup yet, this function dies since {HostedZones} ends up as an empty string.

I tried to use this library on a project to sync my tinydns hosted zone up to amazon, and got an error right away :(

This is just a simple patch to not die out the gate if nothing's setup @ aws.

If you call get_hosted_zones() on an aws account with no zones setup yet, this function dies since {HostedZones} ends up as an empty string.
mfontani added a commit that referenced this pull request Feb 22, 2016
Don't die when no zones setup @ aws
@mfontani mfontani merged commit c5727b0 into mfontani:master Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants