pitrou commented on issue #14888: URL: https://github.com/apache/arrow/issues/14888#issuecomment-1342827032
It seems we could let the AWS SDK compute a checksum automatically using https://sdk.amazonaws.com/cpp/api/LATEST/class_aws_1_1_s3_1_1_model_1_1_upload_part_request.html#ab65aedafcd4d8319b374f320a59b4cb0 Or we could compute a CRC32 checksum ourselves (once https://github.com/apache/arrow/pull/14351 is in) and pass it using https://sdk.amazonaws.com/cpp/api/LATEST/class_aws_1_1_s3_1_1_model_1_1_upload_part_request.html#a85313026228bfc01414c441a5e336150 , ensuring that the data we gave to AWS is exactly the one we're willing to write. -- 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]
