GitHub user videni 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). I think the goal has not changed. The core function is still guaranteed by the kernel. However, the upper layer still allows users to customizeļ¼ though it might be vendor specific. GitHub link: https://github.com/apache/opendal/discussions/5875#discussioncomment-12613697 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org