fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.

Home Page:https://www.npmjs.com/package/@fairdatasociety/fdp-storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New fields in Metadata

asabya opened this issue · comments

We need to add couple of fields in Metadata for file and directory

file metadata changes

  • Tag this is generated from bee with /tags api for checking sync status
  • Mode this stores file permissions. This is similar to POSIX file permissions

directory metadata changes

  • Mode same as file Mode