macopedia / typo3-azurestorage

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

Root folder should not be empty string #27

Open tmotyl opened 4 years ago

tmotyl commented 4 years ago

in StorageDriver

   public function getRootLevelFolder()
    {
        return '';
    }

In localdriver however it's return '/';

tmotyl commented 1 year ago

similar here: https://github.com/andersundsehr/aus_driver_amazon_s3/blob/master/Classes/Driver/AmazonS3Driver.php

Changing this should come with a migration wizard as in sys_file->Identifier column doesn't have a starting '/' at the beginning.