-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Problem
There's no APIs for interacting with the Filestore in any way.
- HTTP equivalent of
ipfs filestore *is missing. - The HTTP equivalent of
ipfs add --nocopyis missing. - The HTTP equivalent of
ipfs add --fscacheis missing.
Solution
Add the missing APIs.
- Our
IFileSystemApi.AddAsyncAPI methods use anAddFileOptionsparameter to specify options, which should be where--nocopyand--fscacheare implemented. - Add a new
IFilestoreApitoICoreApiin thenet-ipfs-corerepo and implement inIpfsClientin thenet-ipfs-http-clientrepo. This should cover theipfs filestorepart of the API in Kubo.
Metadata
Metadata
Assignees
Labels
No labels