Skip to content

An Amazon CloudFront invalidator for wieni/wmpage_cache

License

Notifications You must be signed in to change notification settings

wieni/wmpage_cache_cloudfront

Repository files navigation

wmpage_cache_cloudfront

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 [email protected] instead of using the issue tracker.

License

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