diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-01-01 13:47:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 13:47:06 -0800 |
| commit | 70ee8f26ac58e726c5b7f4c6b6e29af9f61164e4 (patch) | |
| tree | 8645a271e2a23d25f34cd18f3447a0bf23c7009d | |
| parent | a21012fea1917274b36b225bfcc32fee366b5fd4 (diff) | |
| download | seaweedfs-70ee8f26ac58e726c5b7f4c6b6e29af9f61164e4.tar.xz seaweedfs-70ee8f26ac58e726c5b7f4c6b6e29af9f61164e4.zip | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -108,7 +108,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * Support ETag, Accept-Range, Last-Modified, etc. * 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. +* [Transparent cloud integration][CloudTier]: store warm data on cloud storage. * [Erasure Coding for warm storage][ErasureCoding] Rack-Aware 10.4 erasure coding reduces storage cost and increases availability. [Back to TOC](#table-of-contents) @@ -128,6 +128,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a [Hadoop]: https://github.com/chrislusf/seaweedfs/wiki/Hadoop-Compatible-File-System [WebDAV]: https://github.com/chrislusf/seaweedfs/wiki/WebDAV [ErasureCoding]: https://github.com/chrislusf/seaweedfs/wiki/Erasure-coding-for-warm-storage +[CloudTier]: https://github.com/chrislusf/seaweedfs/wiki/Cloud-Tier [Back to TOC](#table-of-contents) |
