1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
This commit is contained in:
Khoa Nguyen 2017-06-14 11:43:39 +10:00
parent 9d8ea0eb5b
commit b819899b96

View file

@ -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