From f7760976a57714823a2672f70c0b2e54f14f651d Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 12 Feb 2019 18:37:24 -0800 Subject: [PATCH] Document lack of inotify support References #45. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6f6707..5303b5d 100644 --- a/README.md +++ b/README.md @@ -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 ----------