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

Route53 zone listing fix and support for private hosted zones #154

Merged
merged 5 commits into from
Jul 18, 2015
Merged

Route53 zone listing fix and support for private hosted zones #154

merged 5 commits into from
Jul 18, 2015

Conversation

solud
Copy link
Contributor

@solud solud commented Jul 18, 2015

No description provided.

@lanej lanej self-assigned this Jul 18, 2015
@lanej lanej added the bug label Jul 18, 2015
options[:marker] ||= marker
options[:maxitems] ||= max_items
options[:marker] ||= marker unless marker.nil?
options[:maxitems] ||= max_items unless max_items.nil?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably set in the request. there is a lot of inconsistencies around page handling. doesn't need to be cleaned up here.

@lanej lanej added the verified label Jul 18, 2015
lanej added a commit that referenced this pull request Jul 18, 2015
Route53 zone listing fix and support for private hosted zones
@lanej lanej merged commit 391b2f4 into fog:master Jul 18, 2015
@geemus
Copy link
Member

geemus commented Jul 21, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants