Registry / auth / smartystreets-go-aws-auth

smartystreets-go-aws-auth

JSON →
library0.0.0-20180515143844-0c1422d1fdb9gogounverified

Package awsauth implements AWS request signing using Signature Versions 2, 3, and 4.

go get github.com/smartystreets/go-aws-auth
INSTALL
IMPORT
SIG · SMARTYSTREETS-GO-A
S
smartystreets-go-aws-auth
authgov0.0.0-20180515143844-0c1422d1fdb9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

awsauth
github.com/smartystreets/go-aws-auth

Sign an HTTP request with AWS credentials.

package main import ( "net/http" "github.com/smartystreets/go-aws-auth" ) func main() { req, _ := http.NewRequest("GET", "https://example.com", nil) awsauth.Sign(req, awsauth.Credentials{AccessKeyID: "AKID", SecretAccessKey: "SECRET"}) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180515143844-0c1422d1fdb9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
smartystreets-go-aws-auth — go get smartystreets-go-aws-auth · libregistry