flysystem-bundle icon indicating copy to clipboard operation
flysystem-bundle copied to clipboard

Symfony bundle integrating Flysystem into Symfony 4.2+ applications

Results 3 flysystem-bundle issues
Sort by recently updated
recently updated
newest added

I think making a controller that will proxy the original image is a very common case that can be handle by the bundle (not by default though). What do you...

Feature request

Hello, would it be possible to add serviceSettings as a parameter in the config for azure adapter, so we can make use of the temporary url feature? Or is there...

Feature request
Good first issue

For example ```yaml 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`. 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...

Feature request