wieni/wmpage_cache_cloudfront

An Amazon CloudFront invalidator for wmpage_cache

1.0.0-alpha1 2022-06-28 11:20 UTC

This package is auto-updated.

Last update: 2024-04-28 15:41:55 UTC


README

Latest Stable Version Total Downloads License

An Amazon CloudFront cache invalidator for wieni/wmpage_cache

Installation

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

Changelog

All notable changes to this project will be documented in the CHANGELOG file.

Security

If you discover any security-related issues, please email security@wieni.be instead of using the issue tracker.

License

Distributed under the MIT License. See the LICENSE file for more information.