Upstream v1.4.5 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

Functions

Upstream.base_api returns the base api string

Upstream.config/1 help you get to your config

Link to this section Functions

Upstream.base_api returns the base api string

Examples

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

Upstream.config/1 help you get to your config

Examples

iex> Upstream.config(:account_id) Keyword.fetch!(Upstream.config, :account_id)