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

The main Gaufrette library provides a Flysystem adapter, however, there is no way to configure and use it through this bundle.

I have a weird issue, I followed the configuration steps for the bundle and the AWS S3 adapter but I still get this error: "The configured bucket "phive-pictures" does not...

Hi, We have a use case where liip imagine stores the output of filters to S3 using gaufrette file system. Now we need to add default 'CacheControl' metadata to all...

Bugfix for undefined variable. In FilesystemKeysCommand.php line 61: Notice: Undefined variable: filesystem

Hello! I receive a error when I was integrating the Gaufrette with S3 adapter, the error is: You have requested a non-existent parameter "knp_gaufrette.stream_wrapper.protocol". My config is: ``` knp_gaufrette: adapters:...

I see two possible solutions: 1) skip tests if extension is not present 2) add `ext-ftp` to `require-dev` (maybe better)

Since commit 51d40c1c3aa1a2cc76be0dd6c7cfab9ee53b5e09, FrameworkBundle is not used by KnpGaufretteBundle. It should be removed from dependencies.

Hello, I try to use the `1-x branch` of `gaufrette` component package in order to use OpenStack to replace OpenCloud. Firstly, I have to redefined Adapter definition as the Bundle...

I am trying to configure a setup, where I can have several different installations, each allowing you to choose and configure adapter with the use of environmental variables. However, when...

I configured AWS S3 storage for my web application.It is working in local host. After moving the files into remote server. I am getting the following error. Notice: Undefined property:...