Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

Azure adapter fails when writing empty content

Open brettp opened this issue 9 years ago • 0 comments

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.

brettp avatar Apr 20 '15 22:04 brettp