tustvold commented on code in PR #4189:
URL: https://github.com/apache/arrow-rs/pull/4189#discussion_r1188962166
##########
object_store/src/aws/mod.rs:
##########
@@ -742,18 +727,28 @@ impl AmazonS3Builder {
AmazonS3ConfigKey::UnsignedPayload => {
self.unsigned_payload = str_is_truthy(&value.into())
}
- AmazonS3ConfigKey::Checksum => {
- let algorithm = Checksum::try_from(&value.into())
- .map_err(|_| Error::InvalidChecksumAlgorithm)?;
Review Comment:
This was problematic as this error would get unwrapped in from_env
--
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]