You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API incompatibility issue which is found by this test.
Although Amazon S3 respond 400 Bad request if multipart completion request has no part item, Riak CS accept the request.
A response sample from S3.
HTTP/1.1 400 Bad Request
x-amz-request-id: 7DCAB2138707FE68
x-amz-id-2: hgAmdxlfDD7YxWsoktlpUx38KltSbSr4SXvjPi6wSQOPtAmnYMQYKYMuaLpvJ7Qn
Content-Type: application/xml
Date: Thu, 19 Mar 2015 16:23:46 GMT
Connection: close
Server: AmazonS3
<Error><Code>MalformedXML</Code><Message>The XML you provided was not well-formed or did not validate against our published schema</Message><RequestId>7DCAB2138707FE68</RequestId><HostId>hgAmdxlfDD7YxWsoktlpUx38KltSbSr4SXvjPi6wSQOPtAmnYMQYKYMuaLpvJ7Qn</HostId></Error>
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Riak CS should respond '400 Bad request' on multipart completion if the request has no part item.
Riak CS should respond '400 Bad request' on multipart completion if the request has no part item. [JIRA: RCS-156]
Mar 19, 2015
API incompatibility issue which is found by this test.
Although Amazon S3 respond 400 Bad request if multipart completion request has no part item, Riak CS accept the request.
A response sample from S3.
The text was updated successfully, but these errors were encountered: