mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|storage] fix format for multipart upload tests
This commit is contained in:
parent
ac1299c472
commit
ea4477ed54
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Shindo.tests('AWS::Storage | object requests', ['aws']) do
|
|||
'MaxUploads' => Integer,
|
||||
'KeyMarker' => NilClass,
|
||||
'NextKeyMarker' => String,
|
||||
'NextUploadIdMarker' => String,
|
||||
'NextUploadIdMarker' => Fog::Nullable::String,
|
||||
'Upload' => [{
|
||||
'Initiated' => Time,
|
||||
'Initiator' => {
|
||||
|
|
Loading…
Reference in a new issue