suyanhanx commented on code in PR #2253:
URL:
https://github.com/apache/incubator-opendal/pull/2253#discussion_r1190735610
##########
core/src/services/obs/core.rs:
##########
@@ -254,4 +317,16 @@ impl ObsCore {
self.send(req).await
}
+
+ pub async fn sign_query<T>(&self, req: &mut Request<T>, duration:
Duration) -> Result<()> {
Review Comment:
Can you please put this method together with `sign`? Thank you.
https://github.com/apache/incubator-opendal/blob/5552c9741a754067d54d1f2c065fc79bc6871add/core/src/services/obs/core.rs#L70
--
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]