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] use the parameter in getFileInfoByIdentifier() #8

Closed tgriessbach closed 7 years ago

tgriessbach commented 7 years ago

in AmazonS3Driver->getFileInfoByIdentifier() the parameter $propertiesToExtract was ignored. That led typo3/sysext/core/Classes/Resource/AbstractFile.php getSize() to always return the storageUid instead of the correct size.