Live data from Hacker News

Mountpoint – file client for S3 written in Rust, from AWS

github.com

1–10 of 102 posts

Re: Mountpoint – file client for S3 written in Rust, from AWS

#10
After teaching customers for years that S3 shouldn't be mounted as a filesystem because of its whole object-or-nothing semantics, and even offering a paid solution named "storage gateway" to prevent issues between FS and S3 semantics, it's rather interesting they'd release a product like this.

Amazon should really just fix the underlying issue of semantics by providing a PatchObjectPart API call that overwrites a particular multipart upload chunk with a new chunk uploaded from the client. CopyObjectPart+CompleteMultipartUpload still requires the client to issue CopyObjectPart calls for the entire object.

Post reply on HN