SuperclusterLabs / supercluster-client

The packaged application for the Supercluster Protocol. Ships with IPFS and IPFS cluster, along with the Supercluster backend.
MIT License
0 stars 0 forks source link

Get more file info to be stored on IPFS #74

Open govi218 opened 1 year ago

govi218 commented 1 year ago

A file that's in a "dir" in IPFS can only see the file's name, size (bytes), and cid. There's probably a way around this by creating a custom data store. Because of this, we are not able to fetch a file's creator and createdAt time. Additionally, it would be interesting to see if we can store file perms/other metadata.

govi218 commented 1 year ago

Actually basic file info can just be encoded into the file name with some delimiter