diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-06-16 21:58:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 21:58:17 -0700 |
| commit | 0ca4a6c4e6669b7725a80b04bae3de2b05e2431d (patch) | |
| tree | 22817ea21dcd4f2042bbff4ae41d74ffa6129759 | |
| parent | 7ccc31853cac1833a3a1372aac2327e744a7c5ba (diff) | |
| download | seaweedfs-0ca4a6c4e6669b7725a80b04bae3de2b05e2431d.tar.xz seaweedfs-0ca4a6c4e6669b7725a80b04bae3de2b05e2431d.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,6 +120,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices. * [AES256-GCM Encrypted Storage][FilerDataEncryption] safely stores the encrypted data. * [File TTL][FilerTTL] automatically purge file metadata and actual file data. +* [Kubernetes CSI Driver][SeaweedFsCsiDriver] A Container Storage Interface (CSI) Driver. [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files [Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount @@ -132,6 +133,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a [FilerDataEncryption]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Data-Encryption [FilerTTL]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Stores [VolumeServerTTL]: https://github.com/chrislusf/seaweedfs/wiki/Store-file-with-a-Time-To-Live +[SeaweedFsCsiDriver]: https://github.com/seaweedfs/seaweedfs-csi-driver [Back to TOC](#table-of-contents) |
