GitHub user Xuanwo added a comment to the discussion: How to use opendal to implement breakpoint resume upload and Incremental upload ?
> We may need to keep the upload id, how can we get the upload id please? how > can we specify which part is uploading when client continues? There is no way to do do. We hide those details internal so that users don't need to know which services they are using. One possible approach is to allow `Writer` to return a continuation token, but I'm not sure if it's a good idea. GitHub link: https://github.com/apache/opendal/discussions/5875#discussioncomment-12611031 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
