1.0.7 • Published 10 years ago

cloudfront-sign v1.0.7

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
10 years ago

CloudFront Sign

An Amazon CloudFront URL signer, supporting canned and custom policies.

Install

npm install -g cloudfront-sign

Execution

cfsign -r <resource> -l <date-less-than> -g <date-greater-than> -a <ip-address> -k <key-pair-id> -p <private-key-path> <url>

or, using the argument long names:

cfsign --resource <resource> --date-less-than <date-less-than> --date-greater-than <date-greater-than> --ip-address <ip-address> --key-pair-id <key-pair-id> --private-key-path <private-key-path> <url>
  • If you do not specify a resource, the URL is used.
  • If you do not specify a 'date-less-than', a value of five minutes from now is used.
1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago