jorgehermo9 commented on code in PR #6089:
URL: https://github.com/apache/opendal/pull/6089#discussion_r2061265035


##########
core/src/services/aliyun_drive/core.rs:
##########
@@ -399,6 +399,14 @@ impl AliyunDriveCore {
         self.send(req, token.as_deref()).await
     }
 
+    pub async fn download(&self, download_url: &str, range: BytesRange) -> 
Result<Buffer> {

Review Comment:
   similar to how `upload` method is done



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