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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having massive problems with GCS.
I can connect to a bucket and upload files to it. I can make directories as well, but If I try to upload to a new sub folder, it fails.
If I go to my GCS console, I can see the sub folder there.
If I refresh the page with elFinder, the sub folder cannot be seen.
I think there are issues with caching maybe?
The text was updated successfully, but these errors were encountered:
(Linking to thephpleague/flysystem#656)
You can try setting the cache option to false in the driver config.
cache
false
Sorry, something went wrong.
Setting cache to false does not help.
$opts = array( 'roots' => array( array( 'id' => 'test', 'driver' => 'Flysystem', 'alias' => 'CS Root', 'URL' => 'https://storage.googleapis.com/MY_BUCKET/', 'filesystem' => $this->googleCloud('MY_BUCKET'), 'separator' => '/', 'cache' => FALSE ) ) );
Please see my latest comment on thephpleague/flysystem#656
No branches or pull requests
I am having massive problems with GCS.
I can connect to a bucket and upload files to it. I can make directories as well, but If I try to upload to a new sub folder, it fails.
If I go to my GCS console, I can see the sub folder there.
If I refresh the page with elFinder, the sub folder cannot be seen.
I think there are issues with caching maybe?
The text was updated successfully, but these errors were encountered: