Reading List

Amazon S3 Adds Put-If-Match (Compare-and-Swap) from Michael Tsai RSS feed.

Amazon S3 Adds Put-If-Match (Compare-and-Swap)

AWS (via Hacker News): Amazon S3 can now perform conditional writes that evaluate if an object is unmodified before updating it. This helps you coordinate simultaneous writes to the same object and prevents multiple concurrent writers from unintentionally overwriting the object without knowing the state of its content. You can use this capability by providing […]