aws-signing-proxy icon indicating copy to clipboard operation
aws-signing-proxy copied to clipboard

Document how credentials are set.

Open jrouly opened this issue 5 years ago • 0 comments

I was unable to find documentation in the README.md on how to set the credentials used by the request signer.

The docs link a config struct which also doesn't reference credentials.

I see credentials used a few lines down

signer := v4.NewSigner(sess.Config.Credentials)

but I'm not clear on where that's being set.

jrouly avatar Jun 13 '19 22:06 jrouly