-
**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…
-
In system based on isle-dc I see numerous PHP notices from Islandora `Notice: Undefined index: rel in Drupal\islandora\Flysystem\Adapter\FedoraAdapter->getMetadataFromHeaders() (line 155 of modules/co…
-
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…
-
**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,…
-
Try using like:
`\Storage::disk('d2')->url('foo.png');`
In \League\Flysystem\FilesystemInterface:
```php
public function url($path)
{
$adapter = $this->driver->getAdapter();
…
-
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…
-
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…
-
How would I go about setting up a dynamic cache directory? e.g.
```yaml
resolvers:
media_cache:
flysystem:
filesystem_service: oneup_flysystem.media_file…
-
> If you don't append a cache, a `Cache\Memory` will be used implicitly.
This is wrong. It has been changed in the flysystem. See https://github.com/thephpleague/flysystem/pull/368