1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #370 from khoan/369-support-storage-continuation-token

fix https://github.com/fog/fog-aws/issues/369
This commit is contained in:
Wesley Beary 2017-06-14 09:11:19 -05:00 committed by GitHub
commit a8fb1dc665

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