GitHub user Xuanwo added a comment to the discussion: How to use opendal to 
implement  breakpoint resume upload and   Incremental upload ?

Hi, @videni, OpenDAL's [vision](https://opendal.apache.org/vision/) is "One 
Layer, All Storage." 

Therefore, we must design our APIs to work seamlessly across all storage 
services. Exposing multipart directly as a public API would violate this design 
principle and ultimately force users to implement different logic for different 
storage types (such as separate logic for S3 and Azure Blob).

To address this, we must find a way to allow resure the write process without 
leaking any internal details of storage services (like multipart ids).

GitHub link: 
https://github.com/apache/opendal/discussions/5875#discussioncomment-12613274

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to