Fix route53 hosted zone id parsing.
The zone id previously contained hostedzone/<zone_id>
This commit is contained in:
parent
22d9141122
commit
79e31e7287
2 changed files with 7 additions and 11 deletions
|
|
@ -7,6 +7,6 @@ url_bases = [
|
|||
|
||||
url_paths = {
|
||||
'{0}$': responses.list_or_create_hostzone_response,
|
||||
'{0}/.+$': responses.get_or_delete_hostzone_response,
|
||||
'{0}/.+/rrset$': responses.rrset_response,
|
||||
'{0}/[^/]+$': responses.get_or_delete_hostzone_response,
|
||||
'{0}/[^/]+/rrset$': responses.rrset_response,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue