waynexia opened a new pull request, #4735: URL: https://github.com/apache/opendal/pull/4735
S3 may return an error when the HTTP code is 200. Like this https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html#API_CompleteMultipartUpload_Example_4 This patch defines a `MultipartUploadResult` result which only contains error's definition. It will be deserialized on complete multipart upload's 200 result, to check if the body contains any error. For more background reference to https://github.com/awslabs/aws-sdk-rust/issues/1163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
