trueleo commented on code in PR #3741:
URL: https://github.com/apache/arrow-rs/pull/3741#discussion_r1116644276
##########
object_store/src/aws/mod.rs:
##########
@@ -822,6 +837,13 @@ impl AmazonS3Builder {
self
}
+ /// Sets the client to not include payload checksum in signature
calculation.
+ /// See [unsigned payload
option](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html)
+ pub fn with_unsigned_payload(mut self) -> Self {
Review Comment:
Making this change but for reference and existing option
[with_imdsv1_fallback
](https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3Builder.html#method.with_imdsv1_fallback)
does not take boolean argument.
I am not sure what general convention are around this.
--
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]