-
**Problem**
In version 1.x of this package does a separate metadata call for each file and directory found in a directory content listing.
**Additional information**
Since the update to version 1…
-
Hello.
Is it possible to use this package with AsyncAWS instead of the full bloated AwsSdk.
So `AsyncAws\Flysystem\S3\AsyncAwsS3Adapter` instead of `League\Flysystem\AwsS3v3\AwsS3Adapter`
Tha…
-
@atrauzzi:
> Cool library, I've been looking for something like a browser-side [flysystem](https://flysystem.thephpleague.com/).
>
> Out of curiosity, do you have any plans to implement S3 support …
-
On `PHP 7.4.6` I'm getting below error.
```
ErrorException
Use of undefined constant parent - assumed 'parent' (this will throw an Error in a future version of PHP)
at vendor/danhunsak…
-
When checking for directories with `is_dir()` and the directory exists, the following notice is thrown:
`PHP Notice: Undefined offset: 0 in /vendor/twistor/flysystem-stream-wrapper/src/Flysystem/P…
-
Call to undefined method League\Flysystem\Filesystem::getAdapter()
line 62
if (!$this->storage->getDriver()->getAdapter() instanceof Local) {
Handler::error('Error', '[laravel-admin-ext…
-
**Description**
After performing a migration from legacy -> pdo, then pdo -> local, I still have upwards of 24k "files" in attachment_chunk, and the table is still >20G in size.
Best I can tell,…
-
[Temporary URLs](https://flysystem.thephpleague.com/docs/usage/temporary-urls/) could be supported by [BunnyCDN-Token-Authentications](https://support.bunny.net/hc/en-us/articles/360016055099-How-to-s…
-
Hi,
I work with Drupal, and in my current project I'm updating the PHP version to PHP 8.2.9
After the updated, I'm receiving the next warning
Deprecated: Creation of dynamic property Drupal\f…
-
How would I go about setting up a dynamic cache directory? e.g.
```yaml
resolvers:
media_cache:
flysystem:
filesystem_service: oneup_flysystem.media_file…