We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in StorageDriver
public function getRootLevelFolder() { return ''; }
In localdriver however it's return '/';
return '/';
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
in StorageDriver
In localdriver however it's
return '/';
The text was updated successfully, but these errors were encountered: