This extension connects your TYPO3 instance to Amazon CloudFront. It rewrites all file paths in the frontend to match your CDN domain. You also have the possibility to invalidate Amazon CloudFront entries.
In cli context (e.g. scheduler task), $GLOBALS['TSFE']->context is not filled. Use the ConfigurationManager instead to fetch TypoScript configuration.
Furthermore, test if configuration value is set before using it.
In cli context (e.g. scheduler task),
$GLOBALS['TSFE']->context
is not filled. Use the ConfigurationManager instead to fetch TypoScript configuration. Furthermore, test if configuration value is set before using it.