KnpGaufretteBundle icon indicating copy to clipboard operation
KnpGaufretteBundle copied to clipboard

Easily use Gaufrette in your Symfony projects.

Results 50 KnpGaufretteBundle issues
Sort by recently updated
recently updated
newest added

Hello people! I think this bundle is missing some stuff: - Type hinting, seems like everybody wants it 😉 - #254 - #259 - #252 - Tests Of course, I...

Hi there, i've removed deprecations for Symfony 5.4 and 6.0 compatibility. As the deprecations are removed by adding type declarations, the php version required is `>= 7.4` [as documentation says](https://www.php.net/manual/en/language.types.declarations.php)

Hello, using Gaufrette v0.4.0, I have a Filesystem created from either a `Local `Adapter or a `FtpAdapter`. I need to list files inside current dir (not files inside subdirs) Is...

Symfony 5.4 is generating deprecation warning with the following message: Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class...

0.7.1 requires `knplabs/gaufrette (^0.8.2|^0.9)`, would be nice to support 0.10.0 as well.

Hello :wave: I fixed the following deprecation : ``` Deprecated: Return type of Knp\Bundle\GaufretteBundle\FilesystemMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily...

SimpleS3Client cannot be created from `Aws\S3\S3Client::create()`. Maybe it's copy-pasted from aws_s3 adapter configuration doc :grin:

Hello, I have this configuration bundle : ```yaml knp_gaufrette: stream_wrapper: ~ adapters: data_library_model_image: aws_s3: service_id: 'aws_s3.client' bucket_name: '%aws_s3.bucket%' detect_content_type: true options: directory: 'data-library/model' acl: 'public-read' filesystems: data_library_model_image: adapter: data_library_model_image ```...