Add no atomic rename to limitations

This commit is contained in:
Andrew Gaul 2015-09-01 13:09:44 -07:00
parent cfdfecb4d1
commit ec4135c9ed

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 * random writes or appends to files require rewriting the entire file
* metadata operations such as listing directories have poor performance due to network latency * 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 * [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 coordination between multiple clients mounting the same bucket
* no hard links * no hard links