Document lack of inotify support

References #45.
This commit is contained in:
Andrew Gaul 2019-02-12 18:37:24 -08:00
parent e00afa8128
commit f7760976a5
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ Generally S3 cannot offer the same performance or semantics as a local file syst
* no atomic renames of files or directories
* no coordination between multiple clients mounting the same bucket
* no hard links
* inotify detects only local modifications, not external ones by other clients or tools
References
----------