Upstream v1.3.3 Upstream.B2.Download.Authorization View Source

This will get_download_authorization for us

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.Download.Authorization{authorization_token: String.t(), bucket_id: String.t(), file_name_prefix: 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.Download.Authorization{authorization_token: term(), bucket_id: term(), file_name_prefix: term()} | struct()}

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