macopedia / typo3-azurestorage

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

getListBlobs fetches all blobs bellow given folder instead of the immediate children #22

Closed tmotyl closed 4 years ago

tmotyl commented 4 years ago

The "setDelimiter" in https://github.com/benjaminhirsch/typo3-azurestorage/commit/a30ef59265d255df42962ff24a8d1f2fc8adc08f#diff-e5679602f3d861a853a6bcf6b689f3e1R827

Should be set to "/" and the following code should be refactored.

Fixing this will improve the perfromance a lot