upload v0.2.0 Upload.Config

Link to this section Summary

Functions

Get a configuration variable, or raise an error

Get a configuration variable and fallback to the default

Link to this section Functions

Link to this function fetch!(mod, key)
fetch!(atom(), atom()) :: any() | no_return()

Get a configuration variable, or raise an error.

Link to this function get(mod, key, default)
get(atom(), atom(), any()) :: any()

Get a configuration variable and fallback to the default.