mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
This commit is contained in:
parent
9d8ea0eb5b
commit
b819899b96
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Fog
|
|||
end
|
||||
when 'LastModified'
|
||||
@object['LastModified'] = Time.parse(value)
|
||||
when 'Marker', 'Name'
|
||||
when 'Marker', 'Name', 'NextContinuationToken'
|
||||
@response[name] = value
|
||||
when 'MaxKeys'
|
||||
@response['MaxKeys'] = value.to_i
|
||||
|
|
Loading…
Add table
Reference in a new issue