GitHub user meteorgan added a comment to the discussion: How to use opendal to implement breakpoint resume upload and Incremental upload ?
Not sure if i understood your question correctly, in your scenario, the mobile service splits the data into many parts and sends them randomly to the server. Once the server receives all the parts, it resembles all the parts into a complete file, and then uses `opendal` to write it to `OSS`. If the mobile device reconnects to the server, we want it to continue to send the missing parts. Is that correct ? GitHub link: https://github.com/apache/opendal/discussions/5875#discussioncomment-12612854 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
