mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-04 03:28:26 +00:00
5f5da4b2cb
Previously s3fs experienced data loss when writing to the middle of a file. Corrupt files would have the expected data from 0..offset+size but unexpected NUL bytes from offset+size..EOF. References #808.