wieni/wmcontroller_cloudfront

An Amazon CloudFront invalidator for wmcontroller

Installs: 4 211

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 1

Open Issues: 2

Type:drupal-module

1.0.1 2022-06-28 12:10 UTC

This package is auto-updated.

Last update: 2024-04-16 14:04:23 UTC


README

Latest Stable Version Total Downloads License

An Amazon CloudFront cache invalidator for wieni/wmcontroller

Installation

This package requires PHP 8.0 and Drupal 9.1 or higher. It can be installed using Composer:

 composer require wieni/wmcontroller_cloudfront

To enable this cache invalidator, change the wmcontroller.cache.purger container parameter:

parameters:
    wmcontroller.cache.cloudfront:
        distributionId: ''
        accessKey: ''
        secret: ''
    
    wmcontroller.cache.storage: wmcontroller.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.
    wmcontroller.cache.cloudfront.backend.storage: wmcontroller.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.