Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

PHP library that provides a filesystem abstraction layer − will be a feast for your files!

Results 105 Gaufrette issues
Sort by recently updated
recently updated
newest added

Hi guys, I've encountered a problem with Gauffrete StreamWrapper. It seems that `dir_open` (http://www.php.net/manual/en/streamwrapper.dir-opendir.php) method wasn't implemented. This causes calls like `is_dir` and `scandir` to crash. Case: ``` $map =...

From this commit https://github.com/aws/aws-sdk-php/blob/3.69.0/composer.json they have required sockets and pctnl extensions for require-dev. This breaks tests because they are run in dev. This means this adapter now also requires those...

Hi, Just updated an application and found major breakages, tracked it down to this plugin. The Adapters have been warning about deprecation since 0.4: ```php @trigger_error('The ' . __NAMESPACE__ ....

This is a modification of AwsS3 adapter to allow multipart uploads when files are bigger than a certain size. Size limits / part size are passed as options to the...

Just for fun. Let's see if it passes.

Moving large files from Amazon AWS to S3 using a CakePHP shell, the burzum/cakephp-file-storage plugin and knplabs/Gaufrette we ran into memory problems. The problems appear to be specific to AWS,...

Hi, I am trying to use the [`OpenCloud\OpenStack` adapter](https://github.com/KnpLabs/Gaufrette/blob/master/doc/adapters/open-cloud.md#opencloud-example). This is not working and a 404 error is returned, see stack trace below: ``` [status code] 404 [reason phrase] Not...

I was struggling to use a mixture of gaufrette with liip imagine and `\Superbalist\Flysystem\GoogleStorage\GoogleStorageAdapter`. The missing key to use `\Gaufrette\Adapter\Flysystem` was that `Gaufrette\Stream\InMemoryBuffer` uses `$this->filesystem->isDirectory($this->key)` in `stat()`, which fails in...

Hello, i am trying to download and upload files from S3 to local filesystem and vice versa using Knp Gaufrette in a Symfony project. My code work run on a...

The rename method fails when using non url safe chars in the source parameter. > Error executing "CopyObject" on "https://****.amazonaws.com/FileWithNonUrlSafeChar%_.pdf"; AWS HTTP error: Client error: `PUT https://eu-west-1-sg-prod-files.s3.eu-west-1.amazonaws.com/FileWithNonUrlSafeChar%_.pdf` resulted in a...