Upstream v2.1.1 Upstream View Source

Upstream is a utility for working with file upload. It specifically integrates with backblaze b2 object store service.

Link to this section Summary

Link to this section Functions

Upstream.base_api returns the base api string

Examples

iex> Upstream.base_api “https://api.backblazeb2.com”

Link to this function file_param() View Source
file_param() :: any()
Link to this function reboot() View Source
reboot() :: {:error, {atom(), any()}} | {:ok, [atom()]}
Link to this function reset() View Source
reset() :: {:error, {atom(), any()}} | {:ok, [atom()]}
Link to this function set_config(config) View Source
set_config(any()) :: {:error, {atom(), any()}} | {:ok, [atom()]}
Link to this function storage(key) View Source
storage(atom()) :: any()