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

Functions

List blocks that are both in the filestore and standard block storage.

List objects in the filestore.

verify that objects in the filestore are not corrupted.

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.