mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
3bf300ff7e
commit
445ffc75b3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Fog
|
|||
data['NextRecordIdentifier'] = nil unless data.has_key?('NextRecordIdentifier')
|
||||
|
||||
merge_attributes(data.reject {|key, value| !['IsTruncated', 'MaxItems', 'NextRecordName', 'NextRecordType', 'NextRecordIdentifier'].include?(key)})
|
||||
load(data)
|
||||
load(data['ResourceRecordSets'])
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue