trueleo commented on issue #3725: URL: https://github.com/apache/arrow-rs/issues/3725#issuecomment-1445265742
For checksum i think something like `with_checksum_algorithm(checksum::Sha256)` in AmazonS3Builder makes sense. This will set `x-amz-checksum-` header. There are 4 of algorithms supported by s3 for integrity check `CRC32`, `CRC32C`, `SHA-1`, `SHA-256`. To use any of these one first will add them as a feature in their `Cargo.toml`, only then they can specify this option in the builder. -- 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]
