macopedia / typo3-azurestorage

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

Throw correct exceptions on non existing files and folders #25

Closed tmotyl closed 4 years ago

tmotyl commented 4 years ago

The same exceptions are thrown in LocalDriver This prevents issues like "call to a member function getProperties() on boolean."

It also contains little performance optimization (one call to getContainerProperties in "getFileInfobyIdentifier" less) due too removal of not needed $this->fileExists($fileIdentifier) call.

tmotyl commented 4 years ago

@benjaminhirsch would be great if you review it. Thanks