wieni / wmcontroller_cloudfront
An Amazon CloudFront invalidator for wmcontroller
Installs: 4 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 1
Open Issues: 2
Type:drupal-module
Requires
- php: ^8.0
- aws/aws-sdk-php: ^3.35
- drupal/core: ^9.1
- wieni/wmcontroller: ^1.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- wieni/wmcodestyle: ^1.7
README
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.