macopedia / typo3-azurestorage

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

[BUG] StorageDriver::getFileInfoByIdentifier(): Param $propertiesToExtract not used #32

Closed svenpet90 closed 2 years ago

svenpet90 commented 2 years ago

The function StorageDriver::getFileInfoByIdentifier() does not use the param $propertiesToExtract to filter the return value.

This results in wrong return values e.g. in AbtractFile::getMimeType() or AbtractFile::getSize().

I will create a PR to fix this issue in a few minutes.