tisonkun commented on code in PR #7118:
URL: https://github.com/apache/opendal/pull/7118#discussion_r2678311998


##########
integrations/object_store/src/store.rs:
##########
@@ -227,23 +227,6 @@ impl ObjectStore for OpendalStore {
         Ok(PutResult { e_tag, version })
     }
 
-    async fn put_multipart(

Review Comment:
   This is now internally implemented by `ObjectStoreExt`.



##########
integrations/object_store/src/store.rs:
##########
@@ -430,15 +413,27 @@ impl ObjectStore for OpendalStore {
         })
     }
 
-    async fn delete(&self, location: &Path) -> object_store::Result<()> {

Review Comment:
   Replaced with `delete_stream`.



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