Cloudfront URL Signer

Maintained by Owen Barritt
This Moodle filter recognises cloudfront URLs from the URLs defined in the filter settings and replaces them with signed URLs.
Price option: Free

Supports Moodle 2.7-2.9 See all versions
Latest release: 11 years ago
Installations: 30
Downloads (last 90 days): 7

Frankenstyle name: filter_cloudfront_signurl
Filters

Description

This Moodle filter recognises cloudfront URLs from the URL defined in the filter settings and replaces them with signed URLs.

See http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html for full details

Installation

Simply place the filter files in ./filter/cloudfront_signurl 

Setup

In the filter settings you will need to define the URL for the cloudfront distribution along with the Key Pair ID and private key file to use for the signing process.

See http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-trusted-signers.html

At present only canned policies are supported.

Contributors