View Source jhn_s3c_config (jhn_s3c v0.3.2)

Summary

Functions

-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()}.
-spec load() -> ok.