An Amazon CloudFront cache invalidator for wieni/wmpage_cache
This package requires PHP 7.1 and Drupal 8 or higher. It can be installed using Composer:
composer require wieni/wmpage_cache_cloudfront
To enable this cache invalidator, change the wmpage_cache.purger
container parameter:
parameters:
wmpage_cache.cloudfront:
distributionId: ''
accessKey: ''
secret: ''
wmpage_cache.storage: wmpage_cache.storage.cloudfront
# This storage only invalidates at CloudFront. It does not store anything
# and requires another storage to function. By default it uses the database storage.
wmpage_cache.cloudfront.backend.storage: wmpage_cache.storage.mysql
All notable changes to this project will be documented in the CHANGELOG file.
If you discover any security-related issues, please email security@wieni.be instead of using the issue tracker.
Distributed under the MIT License. See the LICENSE file for more information.