encloud-tech / encloud

Easily encrypt and onboard your sensitive data to Filecoin
https://www.encloud.tech
Apache License 2.0
9 stars 1 forks source link

Add command `retrieve-by-uuid` #6

Open parthbond180 opened 1 year ago

parthbond180 commented 1 year ago

Currently the mapping between UUID used to track File metadata and CIDs is one to one. However, with chunking, a single file can be broken down and uploaded as many different CIDs. In this case, the user will retrieve the entire file involving multiple CIDs. Hence, a retrieve-by-uuid command is required for this use case.