s3proxy
s3proxy copied to clipboard
Sparse objects
Instead of large object mocking, it might be better for the filesystem and transient storage backends to use sparse objects, collapsing the zero-byte ranges into a range. This should be particularly easy for the filesystem which has underlying support for this and just needs to seek then write or truncate to the given size if all bytes are NUL.