Xuanwo commented on code in PR #2097:
URL:
https://github.com/apache/incubator-opendal/pull/2097#discussion_r1174849631
##########
core/src/services/gcs/core.rs:
##########
@@ -250,6 +286,40 @@ impl GcsCore {
self.send(req).await
}
+ pub async fn gcs_delete_objects(
+ &self,
+ paths: Vec<String>,
+ ) -> Result<Response<IncomingAsyncBody>> {
+ let url = format!("{}/?delete", self.endpoint);
Review Comment:
gcs's xml API doesn't support `delete_objects`, so does json API.
--
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]