Current section
Files
Jump to
Current section
Files
src/jhn_s3c.app.src
{application,jhn_s3c,
[{description,"An S3 client lib"},
{vsn,"0.3.2"},
{registered,[]},
{applications,[kernel,stdlib,jhn_stdlib,hackney]},
{mod,{jhn_s3c_app,no_arg}},
{env,[{protocol,http},
{host,"localhost"},
{port,80},
{request_type,virtual_host},
{hackney_pool,jhn_s3c},
{hackney_opts,[]},
{max_tries,3},
{access_key_id,undefined},
{access_key,undefined}]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/JanHenryNystrom/jhn_s3c.git"}]}]}.