Current section
Files
Jump to
Current section
Files
src/aws_gleam_s3.app.src
{application, aws_gleam_s3, [
{vsn, "0.1.2"},
{applications, [aws_gleam_runtime,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib]},
{description, "Typed Gleam client for Amazon S3. Generated from the upstream Smithy model + hand-written multipart-upload helpers under aws/s3/. Depends on aws_runtime for SigV4 signing, the credentials chain, endpoint resolution, retry, and the protocol codecs."},
{modules, [aws@s3@streaming,
aws@s3@transfer,
aws@services@s3,
aws_gleam_s3@@main]},
{registered, []}
]}.