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 = "0.1.2"
gleam = ">= 0.32.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.31 or ~> 1.0"
gleam_http = "~> 3.5"
gleam_crypto = "~> 0.4 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"