jhn_s3c_config (jhn_s3c v1.0.0)

View Source

Summary

Functions

get()

-spec get() ->
             #config{request_type :: virtual_host | path,
                     protocol :: binary(),
                     host :: binary(),
                     port :: binary(),
                     access_key_id :: binary(),
                     access_key :: binary(),
                     hackney_opts :: [_],
                     max_tries :: pos_integer()}.

get(Name)

-spec get(_) ->
             #config{request_type :: virtual_host | path,
                     protocol :: binary(),
                     host :: binary(),
                     port :: binary(),
                     access_key_id :: binary(),
                     access_key :: binary(),
                     hackney_opts :: [_],
                     max_tries :: pos_integer()}.

load()

-spec load() -> ok.