logoalt Hacker News

staticassertionyesterday at 6:23 PM0 repliesview on HN

> refusing to accept writes where content has changed between the read and write?

Right. You can issue a write that will only be accepted if a condition is matched, like the etag of the object matching your expectation. If it doesn't match, your object was invalidated.