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

In the constructor of the Local.php there is a call to realpath. If realpath returns false I would expect and exception, but instead $directory attribute is set to false. Is...

Fix

Suppose I want to avoid overwriting any existing file, so I pass $overwrite=false to the write() function. However, that function first checks ``` if (!$overwrite && $this->has($key)) { throw new...

Feature

Hi, We use Gaufrette extensively, however, we hit a strange issue since a new client is using GlobalScape SFTP v7.1.8 and they cant upload the file. GlobalScape is a big...

Fix

Using AwsS3, is it possible to write the objects to reduced redundancy storage? Here's the docs: http://docs.aws.amazon.com/AmazonS3/latest/dev/SetStoClsOfObjUploaded.html There's also the issue of the 405 when the file may no longer...

### Steps to reproduce: Setup Gaufrette and configure a local adapter Configure it to write to any file in any place (say, foobar.txt), with any text (say, 'hello world!') and...

proposition

The Filesystem class currently throws a few \RuntimeExceptions during certain failures. I think these should be modified to throw more library-specific exceptions that extend RuntimeException. There are many different errors...

What do you think about adding `writeFromFile` method to Adapters (or at least AwsS3 because of [Multipart Upload](http://docs.aws.amazon.com/AmazonS3/latest/dev/usingHLmpuPHP.html)? Citing [S3 FAQ](https://aws.amazon.com/s3/faqs/) "The largest object that can be uploaded in a...

InMemoryBuffer::open writes 0-byte content onto S3 when the stream mode is "w" or "a". This causes problems sometimes, when the subsequent write's content is overwritten by this 0-byte content (this...

When working with mogilefs currently there doesn't seem to be any way to get the paths. The getPaths() is a private function in the MogileFS adapter. Is this intentional, and...

What's wrong : Get a zip archive with utf8 filename and exotic chars (éàçù) inside of it, when you extract the archive, filenames are a bit broken due to encoding...