macopedia / typo3-azurestorage

TYPO3 FAL driver extension for Microsoft Azure Blob Storage
MIT License
4 stars 5 forks source link

[BUGFIX] Register the driver via $GLOBALS #36

Closed koehnlein closed 1 year ago

koehnlein commented 2 years 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.

koehnlein commented 2 years ago

You can see the same discsussion in another extension some years ago: https://github.com/andersundsehr/aus_driver_amazon_s3/pull/41

ulrichmathes commented 1 year ago

Run into the same issue.