We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aef12 commit 99a9cc7Copy full SHA for 99a9cc7
README.md
@@ -209,7 +209,3 @@ provides `prefix = "some/root/prefix` then the resulting prefix for `test2/subtr
209
* The AWS S3 backend skips any files with the suffix `.metadata`. It is assumed that `.metadata`
210
files are JSON-encoded files with a flat structure of `key: value` pairs of strings. These are
211
then translated in to object tags in S3 and as such are subject to the same limitations.
212
-* The system call `inotify` is leveraged for watching the tree rooted at `DIR` through
213
- `inotifywait`, which is part of the package `inotify-tools`. `inotifywait` is run using the
214
- options `-rmq` i.e. `--recursive`, `--monitor`, and `--quiet` respectively.
215
-
0 commit comments