You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I experimenting with this library and I thought lets try to use it with Flysystem as it's already a dependency in my current project.
But it does not seem to work? There seem to be more and better documentation for Gaufrette. Docs and code paths clearly show that (for example by showing a Gaufrette-only comment while it should be for both Flysystem and Gaufrette).
Currently is also seems like you are FORCED to use and set the stream_wrapper config value when also using chunks. So this for me, makes this unusable in-combination with flysystem.
I would also like to see an example with using a stream_wrapper.
So, anyone successfully using the Flysystem storage in combination with chunks (oneup_uploadar.chunks.storage...)?
The text was updated successfully, but these errors were encountered:
Bug Report
So I experimenting with this library and I thought lets try to use it with
Flysystem
as it's already a dependency in my current project.But it does not seem to work? There seem to be more and better documentation for
Gaufrette
. Docs and code paths clearly show that (for example by showing a Gaufrette-only comment while it should be for bothFlysystem
andGaufrette
).Currently is also seems like you are FORCED to use and set the
stream_wrapper
config value when also using chunks. So this for me, makes this unusable in-combination with flysystem.I would also like to see an example with using a stream_wrapper.
So, anyone successfully using the
Flysystem
storage in combination with chunks (oneup_uploadar.chunks.storage...
)?The text was updated successfully, but these errors were encountered: