GitHub user Xuanwo added a comment to the discussion: How to use opendal to implement breakpoint resume upload and Incremental upload ?
> if so, at client side( a mobile device for example), one must upload all data > again to our server, is this right ? Any workaround please? One common architecture for cloud storage-based applications involves the backend maintaining a database with a table mapping files to blocks (which contain the paths to storage). This way, the storage service only holds raw data blocks without any business logic. The backend is responsible for calculating the differences and determining the data the client needs to send. GitHub link: https://github.com/apache/opendal/discussions/5875#discussioncomment-12611121 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
