Packages

An AWS Signature Version 4 client implementation, used for S3 auth, etc

Current section

Files

Jump to
aws4_request gleam.toml
Raw

gleam.toml

name = "aws4_request"
version = "1.2.2"
gleam = ">= 1.4.0"
description = "An AWS Signature Version 4 client implementation, used for S3 auth, etc"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "aws4_request" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = ">= 0.35.0 and < 2.0.0"
gleam_http = ">= 3.5.0 and < 5.0.0"
gleam_crypto = ">= 0.4.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"