Xuanwo commented on code in PR #2253:
URL:
https://github.com/apache/incubator-opendal/pull/2253#discussion_r1190695313
##########
core/src/services/obs/core.rs:
##########
@@ -118,6 +119,38 @@ impl ObsCore {
self.send(req).await
}
+ pub fn obs_get_object_request(
Review Comment:
`obs_get_object` can call `obs_get_object_request` instead.
##########
core/src/services/obs/core.rs:
##########
@@ -180,6 +213,36 @@ impl ObsCore {
self.send(req).await
}
+ pub fn obs_get_head_object_request(
Review Comment:
Oh, `obs_get_head_object` is wrong, please change into `obs_head_object`.
And `obs_head_object` can call `obs_head_object_request`
--
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]