wieni / wmpage_cache_cloudfront
An Amazon CloudFront invalidator for wmpage_cache
Installs: 612
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:drupal-module
Requires
- php: >=7.1.0
- aws/aws-sdk-php: ^3.35
- drupal/core: ^8.0 || ^9.0
- wieni/wmpage_cache: dev-main
Requires (Dev)
- composer-runtime-api: ^2.0
- ergebnis/composer-normalize: ^2.0
- wieni/wmcodestyle: ^1.3
This package is auto-updated.
Last update: 2024-10-28 16:43:32 UTC
README
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.