Upstream v1.4.9 Upstream.B2.Upload.PartUrl View Source

Gets the part URL from B2

Link to this section Summary

Functions

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

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

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

Link to this section Types

Link to this type t() View Source
t() :: %Upstream.B2.Upload.PartUrl{
  authorization_token: String.t(),
  file_id: String.t(),
  upload_url: String.t()
}

Link to this section Functions

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

Link to this function call(options \\ []) View Source
call(Keyword.t()) ::
  {:ok | :error,
   %Upstream.B2.Upload.PartUrl{
     authorization_token: term(),
     file_id: term(),
     upload_url: term()
   }
   | struct()}

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