-
For a lot of features that could be developed for the Magento2 Flysystem Module; And for the usability and customisability it would make a lot of sense to integrate a Flyssytem Adapter list into the A…
-
Hello all!
Do you plan to update this adapter to be compatible with thephpleague/flysystem v2?
-
After upgrade from Laravel 8 to 9 and accordingly Flysystem 1.x to 3 filemanager doesn't work with folders with a lot of files since league/flysystem-cached-adapter packages can't be installed anymore…
-
I find the docs somewhat confusing regarding flysystem. My recommendation would be to document league/flysystem-bundle first, and have a separate page for OneUp. I used to use OneUp, but during some…
-
Any "Getting Started"s lying around on how to get a working adapter?
For the next person wondering, the 'Client' class the constructor requires is just the LaravelBox so this'll do to get started:
…
-
We should be able to upload large files (e.g. > 5gb files), as pointed out in #311 .
## Proposal
Each adapter should be able to detect when a file is large (ie > to a limit), and upload it by chun…
-
From directus created by [michchan](https://github.com/michchan) : directus/directus#2087
The documentation (6.4.0) just mentioned how to implement S3
but is there any guide to implement others, s…
-
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)…
-
**Summary:** In Flysystem v1, there was a `getMetadata` API call that could be made if you needed multiple aspects of a file/directory's metadata.
This was removed in Flysystem v2 and instead repla…
-
### Feature Request
#### Scenario / Use-case
I want to copy 8k files to an external FS. This is right now pretty unuseable with Flysystem as the interface only allows one copy at once. So I cann…
shyim updated
7 months ago