View Source MyspaceIPFS.Api.Advanced.Filestore (Myspace IPFS v0.0.1)
MyspaceIPFS.Api is where the filestore commands of the IPFS API reside.
Link to this section Summary
Link to this section Functions
@spec dups() :: {:client_error | :forbidden | :missing | :not_allowed | :ok | :server_error, any()}
List blocks that are both in the filestore and standard block storage.
@spec ls() :: {:client_error | :forbidden | :missing | :not_allowed | :ok | :server_error, any()}
List objects in the filestore.
@spec verify() :: {:client_error | :forbidden | :missing | :not_allowed | :ok | :server_error, any()}
verify that objects in the filestore are not corrupted.