Upstream v2.0.0 Upstream.B2.Download View Source
Handles download requests to the b2 api
Link to this section Summary
Link to this section Functions
Link to this function
authorize(auth, prefix, duration \\ 3600)
View Source
authorize(Upstream.B2.Account.Authorization.t(), any(), any()) :: {:error, struct()} | {:ok, struct()}
Link to this function
url(auth, file_name, authorization)
View Source
url(Upstream.B2.Account.Authorization.t(), any(), binary()) :: binary()