t3rrific / aws-cloudfront-manager
Backend module that lets backend users trigger Amazon CloudFront invalidations
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
Type:typo3-cms-extension
Requires
- aws/aws-sdk-php: ^3
- typo3/cms-core: ^12
This package is not auto-updated.
Last update: 2024-11-20 06:12:35 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 (extension version 1.x).
- TYPO3 v13 LTS, PHP 8.2 or higher (extension version 2.x).
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 program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
➤ Read more: The GNU General Public License.