You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --nocopy is missing.
The HTTP equivalent of ipfs add --fscache is missing.
Solution
Add the missing APIs.
Our IFileSystemApi.AddAsync API methods use an AddFileOptions parameter to specify options, which should be where --nocopy and --fscache are implemented.
Problem
There's no APIs for interacting with the Filestore in any way.
ipfs filestore *
is missing.ipfs add --nocopy
is missing.ipfs add --fscache
is missing.Solution
Add the missing APIs.
IFileSystemApi.AddAsync
API methods use anAddFileOptions
parameter to specify options, which should be where--nocopy
and--fscache
are implemented.IFilestoreApi
toICoreApi
in thenet-ipfs-core
repo and implement inIpfsClient
in thenet-ipfs-http-client
repo. This should cover theipfs filestore
part of the API in Kubo.The text was updated successfully, but these errors were encountered: