mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-09 14:20:58 +00:00
Merge pull request #256 from andrewgaul/readme
Add no atomic rename to limitations
This commit is contained in:
commit
96436df18d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user