8000 GitHub - swift-cloud/AWSv4: AWS v4 signing library compatible with Swift Cloud and Fastly Compute@Edge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

swift-cloud/AWSv4

Repository files navigation

AWSv4

An AWS V4 request signing library compatible with all Apple Platforms, Swift Cloud and Fastly Compute@Edge.

import AWSv4

let signer = AWSRequestSigner(
    accessKeyId: "abcde",
    secretAccessKey: "12345",
    service: "s3", 
    region: "us-east-1"
)

let signedHeaders = signer.signedHeaders(
    url: .init(string: "https://s3.us-east-1.amazonaws.com/"),
    method: .get
)

About

AWS v4 signing library compatible with Swift Cloud and Fastly Compute@Edge

Resources

License

Stars

Watchers

Forks

Languages

0