Plone Add-on Gallery

collective.cloudfront

AWS CloudFront support for plone.app.caching

This add-on watches for Purge notifications from plone.app.caching and sends the corresponding invalidation requests to an instance of Amazon’s CloudFront.

Features

  • Configurable in Site Setup (@@cloudfront-controlpanel)

Documentation

You will need to create an access key in your AWS Console.

Once you have the key’s ID and secret, you can provide them to your Plone site via Site Setup under “CloudFront Configuration”. You will also need to provide the ID for your CloudFront distribution.

Installation

Install collective.cloudfront by adding it to your buildout:

[buildout]

...

eggs =
    collective.cloudfront

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.3 (2022-01-07)

  • only run purging if add-on is installed

  • check if purging is enabled in plone.app.caching [abl123]

  • Show the string representation of the exception [skurfer]

  • Set custom permissions for purging [cdw9]

1.2 (2021-05-14)

  • add button for invalidating cache [cdw9]

1.0 (2017-07-17)

  • Initial release. [sixfeetup]