From ec4135c9eda780a15c4c1173512133e3658e1e9a Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 1 Sep 2015 13:09:44 -0700 Subject: [PATCH] Add no atomic rename to limitations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff63860..943d4be 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Generally S3 cannot offer the same performance or semantics as a local file syst * random writes or appends to files require rewriting the entire file * metadata operations such as listing directories have poor performance due to network latency * [eventual consistency](https://en.wikipedia.org/wiki/Eventual_consistency) can temporarily yield stale data +* no atomic renames of files or directories * no coordination between multiple clients mounting the same bucket * no hard links