View Source API Reference cloudfront_signer v0.2.0

Modules

Elixir implementation of cloudfront's signed url algorithm. Basic usage is

This module is the entry point for the CloudfrontSigner application.

Representation of a cloudfront distribution for the purpose of computing a signed url. We need the address of the distribution and the private key for RSA signature generation

Agent to store and fetch cloudfront distributions, to avoid expensive runtime pem decodes

Defines a cloudfront signature policy, and a string coercion method for it