wieni / wmcontroller_cloudfront
wmcontroller的Amazon CloudFront无效化器
1.0.1
2022-06-28 12:10 UTC
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
这是一个为Amazon CloudFront和wieni/wmcontroller提供的缓存无效化器
安装
此软件包需要PHP 8.0和Drupal 9.1或更高版本。可以使用Composer进行安装
composer require wieni/wmcontroller_cloudfront
要启用此缓存无效化器,请更改wmcontroller.cache.purger
容器参数
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文件中。
安全
如果您发现任何与安全相关的问题,请通过电子邮件security@wieni.be联系,而不是使用问题跟踪器。
许可证
在MIT许可证下分发。有关更多信息,请参阅LICENSE文件。