Hacker News new | ask | show | jobs
by bobnamob 583 days ago
Do you do anything to handle/detect write conflicts?
1 comments

Write conflicts between the file system and S3 should be rare (by definition, applications shouldn't yet be designed to do this because Regatta doesn't exist). We do some tracking of the object etag to at least throw an alert if we find that something unexpected has happened, and we're looking at the best UX to expose that to customers soon.