mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
correction in zone parser for private elements
This commit is contained in:
parent
4afe8a829d
commit
e5cb2faaa3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Fog
|
|||
case name
|
||||
when 'Id'
|
||||
@hosted_zone[name]= value.sub('/hostedzone/', '')
|
||||
when 'Name', 'CallerReference', 'Comment'
|
||||
when 'Name', 'CallerReference', 'Comment', 'PrivateZone', 'Config', 'ResourceRecordSetCount'
|
||||
@hosted_zone[name]= value
|
||||
when 'HostedZone'
|
||||
@response['HostedZone'] = @hosted_zone
|
||||
|
|
Loading…
Reference in a new issue