bergquist 6253476c73 tech(build): move dependencies to vendor folder 9 年 前
..
README.md 6253476c73 tech(build): move dependencies to vendor folder 9 年 前
signCookies.go 6253476c73 tech(build): move dependencies to vendor folder 9 年 前

README.md

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 signCookies.go -file <privkey file>  -id <keyId> -r <resource pattern> -g <object to get>