mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
include the nextToken in the body
This commit is contained in:
parent
45d8f49333
commit
edb6af8805
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module Fog
|
|||
@in_event = false
|
||||
when 'instanceId', 'availabilityZone'
|
||||
@instance[name] = value
|
||||
when 'requestId'
|
||||
when 'nextToken', 'requestId'
|
||||
@response[name] = value
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue