Hacker News new | ask | show | jobs
by ilyt 972 days ago
So how does it work if say application would edit some metadata in existing file on existing object ?
1 comments

Depends on what you mean by metadata. MP4 metadata is data inside the file - and is modified by server-side-copy semantics that replaces only the bits that are changed. If you mean POSIX metadata, we avoid storing that in the object, and for performance store that elsewhere (it's encoded and compressed in the actual filename of hidden files).