Closed koehnlein closed 1 year ago
To be compatible with other FAL adapters, TYPO3 extensions must not use the DriverRegistry to register their driver implementations. Using the DriverRegistry would break the ability to use more than one FAL adapter in a project.
See the TYPO3 coredev channel message https://typo3.slack.com/archives/C03AM9R17/p1538658116000100 for more information.
You can see the same discsussion in another extension some years ago: https://github.com/andersundsehr/aus_driver_amazon_s3/pull/41
Run into the same issue.
To be compatible with other FAL adapters, TYPO3 extensions must not use the DriverRegistry to register their driver implementations. Using the DriverRegistry would break the ability to use more than one FAL adapter in a project.
See the TYPO3 coredev channel message https://typo3.slack.com/archives/C03AM9R17/p1538658116000100 for more information.