1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 13:10:33 +08:00
Files
terasu-cloudflared/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go
2019-08-29 16:54:54 -05:00

8 lines
175 B
Go

package v4
// WithUnsignedPayload will enable and set the UnsignedPayload field to
// true of the signer.
func WithUnsignedPayload(v4 *Signer) {
v4.UnsignedPayload = true
}