Skip to content

Commit

Permalink
improved documentation for #2308
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Oct 18, 2018
1 parent d5ea34e commit 8c832b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cloudfront/signer.js
Expand Up @@ -157,7 +157,8 @@ AWS.CloudFront.Signer = inherit({
*
* @param options [Object] The options to create a signed URL.
* @option options url [String] The URL to which the signature will grant
* access. Required.
* access. Any query params included with
* the URL should be encoded. Required.
* @option options expires [Number] A Unix UTC timestamp indicating when the
* signature should expire. Required unless you
* pass in a full policy.
Expand Down

0 comments on commit 8c832b0

Please sign in to comment.