Xuanwo commented on code in PR #6508:
URL: https://github.com/apache/opendal/pull/6508#discussion_r2278182884
##########
core/src/services/s3/config.rs:
##########
@@ -196,6 +196,13 @@ pub struct S3Config {
/// Indicates whether the client agrees to pay for the requests made to
the S3 bucket.
pub enable_request_payer: bool,
+
+ /// Enable Content-MD5 header for upload operations.
+ ///
+ /// When enabled, OpenDAL will calculate and include the Content-MD5 header
+ /// for PUT operations (single uploads, multipart parts, and append
operations).
+ /// This header provides an additional layer of data integrity
verification.
+ pub enable_content_md5: bool,
Review Comment:
How about implementing `content_md5` as one of `checksum_algorithm`?
--
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]