-
### Pimcore version
v11.2.0
### Steps to reproduce
I have deployed Pimcore using the Pimcore Docker image and installed 'league/flysystem-aws-s3-v3': '^3.0' for persistent storage with Amazon S3. U…
-
Hi all,
I am using flysystem with the async-aws s3 client. I want to upload a file to a bucket in an external account. I don't want to access the file afterwards, so the owner of the file should be…
-
Currently the `config-transformer` is using the `symfony/yaml` package. Instead we should use a package which is supporting to read `comments` from yaml files as they provide many usefull things like …
-
I am using below settings
`main.php`
```
'assetManager' => [
'class' => \white43\CloudAssetManager\CloudAssetManager::class,
'basePath' => 'assets',
'baseUrl' => ArrayHelper::getValu…
-
Hi guys, can you confirm this is really a bug, I created a [test](https://github.com/olegkhuss/flysystem/commit/6e5eb9d0ad7464341306bea7a4f6ebe2ce62e1ef#diff-b595e506b1af2742ae72b6c818748f7113baab9a8a…
-
I tried to use the package with Laravel 9.15.1 / PHP 8.1.5, and it thrown this exception when I ran:
```php
Storage::disk("imagekit")->url("img/logo-96-96.png")
```
```bash
Class "League\Fly…
-
我使用 flysystem-aliyun-oss 进行文件上传,文件可以正常上传到阿里云 OSS 服务器
但是生成文件 url 路径时就会报错 :This driver does not support retrieving URLs.
源码调试发现 Laravel 7 代码如下 :
```php
// Illuminate\Filesystem\FilesystemAdapt…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | n/a
| Version | ^3.0
#### Summary
Only reproducible on flysystem-ftp
Tried with flysystem-sftp and it does no…
-
The metadata provided for a directory entry doesn't contain a _path_ entity. My interpretation of the flysystem doc (http://flysystem.thephpleague.com/creating-an-adapter/) is that this can be expect…
-
So for Rackspace and Amazon S3 a ContentType/Content-Type is required when uploading a file, as the service doesn't automatically set a ContentType for objects that are uploaded. If the content type i…