2017 © Pedro Peláez
 

drupal-module wmcontroller_cloudfront

A CloudFront invalidator for WmController

image

wieni/wmcontroller_cloudfront

A CloudFront invalidator for WmController

  • Friday, September 1, 2017
  • by Wieni
  • Repository
  • 8 Watchers
  • 0 Stars
  • 398 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 85 % Grown

The README.md

wmcontroller_cloudfront

Latest Stable Version Total Downloads License, (*1)

An Amazon CloudFront cache invalidator for wieni/wmcontroller, (*2)

Installation

This package requires PHP 8.0 and Drupal 9.1 or higher. It can be installed using Composer:, (*3)

 composer require wieni/wmcontroller_cloudfront

To enable this cache invalidator, change the wmcontroller.cache.purger container parameter:, (*4)

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., (*5)

Security

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

License

Distributed under the MIT License. See the LICENSE file for more information., (*7)

The Versions

01/09 2017

dev-master

9999999-dev

A CloudFront invalidator for WmController

  Sources   Download

MIT

The Requires

 

by Avatar Wieni

01/09 2017

0.5.2

0.5.2.0

A CloudFront invalidator for WmController

  Sources   Download

MIT

The Requires

 

by Avatar Wieni