Gaufrette
Gaufrette copied to clipboard
Azure adapter fails when writing empty content
Azure rejects PUT requests with content-length = 0, causing attempts to call Filesystem->write('key', '') to fail. This is especially problematic because InMemoryBuffer::open() attempts to write empty strings for certain modes.