src/aws_gleam_s3.app.src
{application, aws_gleam_s3, [
{vsn, "1.5.1"},
{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 with S3 helpers under aws/s3/. Depends on aws_gleam_runtime."},
{modules, [aws@s3@streaming,
aws@s3@transfer,
aws@services@s3,
aws_gleam_s3@@main]},
{registered, []}
]}.