-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
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
Use Flysystem in Filesystem driver #312
Comments
Wouldn't storing a cache on a remote filesystem add too much latency to cache operations? |
Not any more latency than using cache on a remote Redis instance or anything similar. Having a Flysystem driver would open the door for any of the drivers it supports, S3, Dropbox, Azure, etc. |
I would not add any further layers to the Filesystem driver, but rather add a separate Flysystem driver.
|
I'd be fine with it being a separate driver. |
Currently the filesystem driver is limited to local filesystem, it would be nice if it used Flysystem underneath which would bring support for all the adapters the latter supports (Dropbox, SFTP, etc), has that been considered?
The text was updated successfully, but these errors were encountered: