Upstream v2.0.4 Upstream.B2.LargeFile.ListParts View Source

This module will get the parts of an unfinished large file

Link to this section Summary

Link to this section Functions

Callback implementation for Upstream.B2.Base.body/1.

Link to this function call(auth, options \\ []) View Source
call(Upstream.B2.Account.Authorization.t() | nil, Keyword.t()) ::
  {:ok | :error,
   %Upstream.B2.LargeFile.ListParts{next_part_number: term(), parts: term()}
   | struct()}
Link to this function extract_shas(parts) View Source
extract_shas(any()) :: [any()]

Callback implementation for Upstream.B2.Base.header/2.