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
For example
flysystem: storages: default.storage: adapter: 'local' options: directory: '%kernel.project_dir%/var/storage/default'
flysystem+default.storage://foo/bar/bat.csv points to %kernel.project_dir%/var/storage/default/foo/bar/bar/csv.
flysystem+default.storage://foo/bar/bat.csv
%kernel.project_dir%/var/storage/default/foo/bar/bar/csv
Similar to https://github.com/twistor/flysystem-stream-wrapper, but up to date.
This wrapper works with recent Flysystem: https://github.com/m2mtech/flysystem-stream-wrapper
Thinking about it further, it seems like a thing which could be opted-in per filesystem, something like
flysystem: storages: some.storage: adapter: 'asyncaws' stream_wrapper: true
The text was updated successfully, but these errors were encountered:
See this comment, it might be a good start : thephpleague/flysystem#1602 (comment)
Sorry, something went wrong.
No branches or pull requests
For example
flysystem+default.storage://foo/bar/bat.csv
points to%kernel.project_dir%/var/storage/default/foo/bar/bar/csv
.Similar to https://github.com/twistor/flysystem-stream-wrapper, but up to date.
This wrapper works with recent Flysystem: https://github.com/m2mtech/flysystem-stream-wrapper
Thinking about it further, it seems like a thing which could be opted-in per filesystem, something like
The text was updated successfully, but these errors were encountered: