From 8eca5037ccbee9be0f38f8de964316b19223fefe Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 1 Jan 2020 12:04:51 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39494325a..d659b11b2 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,9 @@ On top of the object store, optional [Filer] can support directories and POSIX a * Adding/Removing servers does **not** cause any data re-balancing. * Optionally fix the orientation for jpeg pictures. * Support ETag, Accept-Range, Last-Modified, etc. -* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance. +* Support in-memory/leveldb/readonly mode tuning for memory/performance balance. * Support rebalancing the writable and readonly volumes. +* [Transparent cloud integration](Cloud-Tier): store warm data on cloud storage. [Back to TOC](#table-of-contents)