mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 13:07:24 +00:00
Add no atomic rename to limitations
This commit is contained in:
parent
cfdfecb4d1
commit
ec4135c9ed
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user