Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration issue - or perhaps misunderstood parameter #25

Open
ax-ha opened this issue Jan 21, 2025 · 0 comments
Open

Configuration issue - or perhaps misunderstood parameter #25

ax-ha opened this issue Jan 21, 2025 · 0 comments

Comments

@ax-ha
Copy link

ax-ha commented Jan 21, 2025

The typoscript configuration is ignored when the fileadmin assets are cleared in the Typo3 backend.

When the backend option under admin tools module -> maintenance -> remove temporary assets -> delete xxx files in /fileadmin/processes/
is called then one invalidation for every file will be executed although the the extension is disabled in typoscript by setting the parameters:
config.tx_awstools {
enabled = 0
replacer {
eventListener = 0
middleware = 0
}
}

Expected behavior
Invalidations will only be sent if the enabled parameter is set to 1

Is there another way to temporary fully disable sending of invalidations?
Destroying the credentials is not a good solution because all invalidation requests will still be sent.
Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant