Commits

Antoine Pitrou authored 3626a08d04f
ARROW-14523: [C++] Fix potential data loss in S3 multipart upload Work around a critical bug in the AWS SDK for C++ that fails to detect errors returned by CompleteMultipartUpload in the body of a 200 OK response: https://github.com/aws/aws-sdk-cpp/issues/658 Closes #11594 from pitrou/ARROW-14523-s3-cmu-error-fix Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>