Merge pull request #256 from andrewgaul/readme

Add no atomic rename to limitations
This commit is contained in:
Takeshi Nakatani 2015-09-09 00:14:47 +09:00
commit 96436df18d

View File

@ -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