From e68035543579554dd4fa5f8e3118460dc5edd159 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Dec 2021 17:33:58 -0800 Subject: [PATCH] Updated Filer Server API (markdown) --- Filer-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index b6d696d..27d2c66 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -31,7 +31,7 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. | dataNode | data node | empty | | collection | collection | empty | | replication | replication | empty | -| fsync | if "true", the file content writes will incur an fsync operation (though the file metadata will still be separate) | false | +| fsync | if "true", the file content write will incur an fsync operation (though the file metadata will still be separate) | false | | ttl | time to live, examples, 3m: 3 minutes, 4h: 4 hours, 5d: 5 days, 6w: 6 weeks, 7M: 7 months, 8y: 8 years | empty | | maxMB | max chunk size | empty | | mode | file mode | 0660 |