-
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…
-
**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,…
-
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…
-
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…
-
How would I go about setting up a dynamic cache directory? e.g.
```yaml
resolvers:
media_cache:
flysystem:
filesystem_service: oneup_flysystem.media_file…
-
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…
-
After installation of this package, I have the following error during symfony cache:clear and anywhere in front
`Adeliom\EasyMediaBundle\Service\EasyMediaManager::__construct(): Argument #1 ($file…
-
**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…
-
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…
-
The idea is to have a backend config where you can tell magento to use flysystem as media storage instead of the local path.
Use case would be for example: A developer team has all the product imag…