andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
20 stars 39 forks source link

[BUGFIX] Make sure storage is loaded before accessing it #115

Closed cweiske closed 1 year ago

cweiske commented 1 year ago

I cannot remember under which circumstances the storage was not yet initialized before it was used in getFolder(), but it surely is not bad to make sure it gets loaded when needed.