aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-03-12 21:37:08 -0700
committerGitHub <noreply@github.com>2020-03-12 21:37:08 -0700
commita7b027121a71b798a66fe387ee7316de2fb0ff7e (patch)
treec6481842fc422b4955b5a620a833c3e201217c4f
parent41bbea03009065c494ae23d8f08431137d4e392d (diff)
downloadseaweedfs-a7b027121a71b798a66fe387ee7316de2fb0ff7e.tar.xz
seaweedfs-a7b027121a71b798a66fe387ee7316de2fb0ff7e.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c8a5d9c7..4a064e96b 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a
* [Hadoop Compatible File System][Hadoop] to access files from Hadoop/Spark/Flink/etc jobs.
* [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze.
* [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices.
+* [Encrypted Storage][FilerDataEncryption] safely stores the encrypted data.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files
[Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount
@@ -125,6 +126,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a
[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
+[FilerDataEncryption]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Data-Encryption
[Back to TOC](#table-of-contents)