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:
commit
a8fb1dc665
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…
Reference in a new issue