Moodle Plugins directory: Cloudfront URL Signer: Versions: 0.1 for Moodle 2.7+ | Moodle.org
Cloudfront URL Signer
Filters ::: filter_cloudfront_signurl
Maintained by
Owen Barritt
This Moodle filter recognises cloudfront URLs from the URLs defined in the filter settings and replaces them with signed URLs.
Cloudfront URL Signer 0.1 for Moodle 2.7+
Moodle 2.7, 2.8, 2.9
Released: čtvrtek, 16. července 2015, 17.42
moodle-filter_cloudfront_signurl
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.
At present only canned policies are supported.
Version information
- Version build number
- 2015071600
- Version release name
- 0.1 for Moodle 2.7+
- Maturity
- Stabilní verze
- MD5 Sum
- d227e8e2efc63e9ad90cd69bb884da45
- Supported software
- Moodle 2.7, Moodle 2.8, Moodle 2.9
- Latest release for Moodle 2.7
- Latest release for Moodle 2.8
- Latest release for Moodle 2.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation