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

Implement file replacing during upload with optional replacing

IgorShadurin opened this issue · comments

Implementing a feature that allows for replacing a file during upload without deleting the original file first. The replacing of the original file should be optional and controlled by a parameter in the uploadData method.

PR resolving this also should fix #192