Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnachlinger committed Dec 23, 2013
1 parent 07011a0 commit dc80e99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Creates and signs private Cloudfront Urls (http:, https:, and rtmp:)
```
npm install cloudfront-private-url-creator
```

### Usage:
```javascript
var fs = require('fs');
Expand Down Expand Up @@ -47,6 +46,10 @@ function loadPrivateKey(cb) {
});
}
```
### Relevant AWS docs:
[Creating a Signed URL Using a Canned Policy](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-canned-policy.html)

[Creating a Signed URL Using a Custom Policy](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html)
### License

[The MIT License](http://opensource.org/licenses/MIT)
Expand Down

0 comments on commit dc80e99

Please sign in to comment.