Registry /
auth / smartystreets-go-aws-auth
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.