Filey.Client behaviour (filey v0.1.0)

Link to this section Summary

Link to this section Types

Specs

bucket() :: String.t()

Specs

video_id() :: String.t()

Link to this section Callbacks

Link to this callback

delete(bucket, arg2, arg3)

Specs

delete(bucket(), File.t(), Keyword.t()) :: {:ok, any()} | {:error, atom()}
Link to this callback

download(bucket, arg2, arg3)

Specs

download(bucket(), File.t(), Keyword.t()) :: {:ok, any()} | {:error, atom()}
Link to this callback

get_path(arg1, arg2)

Specs

get_path(File.t(), Keyword.t()) :: {:ok, binary()} | {:error, atom()}
Link to this callback

get_url(bucket, arg2, arg3)

Specs

get_url(bucket(), File.t(), Keyword.t()) :: {:ok, binary()} | {:error, atom()}
Link to this callback

upload(bucket, arg2, binary, arg4)

Specs

upload(bucket(), File.t(), binary(), Keyword.t()) ::
  {:ok, any()} | {:error, atom()}