1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 21:34:23 +00:00
share/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies
Knut Ahlers 8f80d158ca
Move CLI util
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-02 19:12:46 +01:00
..
README.md Move CLI util 2017-12-02 19:12:46 +01:00
signCookies.go Move CLI util 2017-12-02 19:12:46 +01:00

Example

This example shows how the CloudFront CookieSigner can be used to generate signed cookies to provided short term access to restricted resourced fronted by CloudFront.

Usage

Makes a request for object using CloudFront cookie signing, and outputs the contents of the object to stdout.

go run -tags example signCookies.go -file <privkey file>  -id <keyId> -r <resource pattern> -g <object to get>