Upstream v2.1.1 Upstream.B2 View Source

Link to this section Summary

Link to this section Functions

Link to this function upload_chunk(authorization, chunk_path, params) View Source
upload_chunk(Upstream.B2.Account.Authorization.t(), binary(), binary() | map()) ::
  {:error, any()} | {:ok, any()}
Link to this function upload_file(authorization, file_path, name, metadata \\ %{}) View Source
upload_file(
  Upstream.B2.Account.Authorization.t(),
  binary(),
  binary() | %{file_id: any(), index: any()},
  any()
) :: {:error, any()} | {:ok, any()}