Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Root folder should not be empty string #27

Open
tmotyl opened this issue Apr 20, 2020 · 1 comment
Open

Root folder should not be empty string #27

tmotyl opened this issue Apr 20, 2020 · 1 comment

Comments

@tmotyl
Copy link
Member

tmotyl commented Apr 20, 2020

in StorageDriver

   public function getRootLevelFolder()
    {
        return '';
    }

In localdriver however it's return '/';

@tmotyl
Copy link
Member Author

tmotyl commented Mar 20, 2023

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant