Xuanwo commented on code in PR #3078:
URL: 
https://github.com/apache/incubator-opendal/pull/3078#discussion_r1326719755


##########
core/src/services/s3/core.rs:
##########
@@ -517,25 +515,23 @@ impl S3Core {
     pub async fn s3_initiate_multipart_upload(
         &self,
         path: &str,
-        content_type: Option<&str>,
-        content_disposition: Option<&str>,
-        cache_control: Option<&str>,
+        args: &OpWrite,

Review Comment:
   Please check the place where called `s3_put_object_request`, they should 
also be updated.
   
   `cargo check` will help point out the detailed position.



-- 
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]

Reply via email to