You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: