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

Fix handling of 'A' records, which were previously ignored. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EdJ
Copy link

@EdJ EdJ commented May 21, 2014

In the current version of nice-route53 'A' records are not returned from the #records() call, as they do not contain a ResourceRecords entry, instead having an AliasTarget.

I have updated the tests and the code itself to handle this scenario, hope it's inline with your contribution format.

@comster
Copy link
Contributor

comster commented Jan 20, 2018

Don't you have to remove the TTL argument as well?

@EdJ
Copy link
Author

EdJ commented Jan 22, 2018

@comster good question. I wrote this PR nearly 3 years ago, but I seem to remember it working fine. I think the TTL may be set (line 102) but not in the test XML, which may be a little misleading.

Either way I'd be very surprised if this gets merged after all this time.

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