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, I was checking out the 1.x branch because i'm interested in the updated OpenStack adapter. However the commits on this branch are already a few years old, and I...

Hi, I use Gaufrette with **GoogleCloudStorage** adapter in production and local filesystem in development and I observe differences on the returned type of **getContent()** method of **File** object. **getContent** calls...

@pedrotroller, @NicolasNSSM Hi, I want to use the doctrine DBAL adapter with Gaufrette but I cannot use it because I use the last current version of doctrine/dbal (v3.3.3) and there...

The isDir function seems to be broken in the FTP Adapter. When I try to retrieve a document through a stream, I get this error: `ftp_chdir(): /documents/your-file-name.jpg: No such file...

Done as a new adapter to allows users to use the existing adapter for flysystem version 1. -- Let me know if are ok with the `V2` adapter or if...

AWS S3 URL is hardcoded in the adapter (I can't set my own URL) so we can't use any other S3 API-compatible solutions like Minio, Wasabi or Backblaze B2. After...

Hello, Problem: There is no easy way to add tags to S3 objects during upload :worried: Solution: I facilitated tag adding by transforming an array of tags into a query...

![image](https://user-images.githubusercontent.com/7784660/113601991-5bf93a00-9642-11eb-923d-0ec135be0818.png) Remove everything that is related to tools, github, docker, CIs Keep the tests for people packaging this lib and the phpunit config file. Also keep source files, but nothing...

I am having the situation that we would have files of a few gigabytes and would like to use Gaufrette to have an abstraction, so we can be flexible in...

Feature

How I can ignore directory who does not have read/write permission to trigger ``` RecursiveDirectoryIterator::__construct(/MyDir/.Trashes): failed to open dir: Operation not permitted ``` on: ``` Gaufrette\Adapter\Local->keys() ```