t3rrific / aws-cloudfront-manager
Backend module that lets backend users trigger Amazon CloudFront invalidations
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:typo3-cms-extension
Requires
- aws/aws-sdk-php: ^3
- typo3/cms-core: ^12
This package is not auto-updated.
Last update: 2024-10-14 11:23:57 UTC
README
This TYPO3 extension provides a backend module to let backend users with appropriate access privileges clear the CDN cache of Amazon CloudFront distributions (cache invalidations).
➤ Read the documentation for further details.
Requirements and Compatibility
- TYPO3 v12 LTS, PHP 8.1 or higher.
- TYPO3 v13.x, PHP 8.2 or higher, in development.
Quick Installation Guide
I recommend to use Composer to install the extension:
composer require t3rrific/aws-cloudfront-manager
➤ Follow the configuration steps in the documentation to complete the installation.
License
(c) 2024 Michael Schams | <schams.net> | t3rrific.com, all rights reserved.
This software free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 3 of the License, or any later version. For the full copyright and license information, please see the documentation that was distributed with this source code.
➤ Read more: The GNU General Public License.