View Source ExBackblaze.Config (ex_backblaze v0.1.0)

Stores configuration variables used to communicate with private backblaze b2 buckets

config :ex_backblaze, application_key_id: {:system, "BACKBLAZE_APPLICATION_KEY_ID"}, application_key: {:system, "BACKBLAZE_APPLICATION_KEY"}

Link to this section Summary

Functions

Returns the backblaze application key

Returns the backblaze application key id

A light wrapper around Application.get_env/2, providing automatic support for {:system, "VAR"} tuples.

Link to this section Functions

Returns the backblaze application key

config :ex_backblaze, application_key: "your application key"

Returns the backblaze application key id

config :ex_backblaze, application_key_id: "your application key id"
Link to this function

from_env(otp_app, key, default \\ nil)

View Source

A light wrapper around Application.get_env/2, providing automatic support for {:system, "VAR"} tuples.