aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2021-02-13 13:50:01 +0000
committerGitHub <noreply@github.com>2021-02-13 13:50:01 +0000
commit8ec454613a926bba0cc2433aff298d8192b051b9 (patch)
treed98caadbff055da0fc4366f6a828227dc34cb4cf
parentMerge pull request #2392 from 3Samourai/patch-1 (diff)
parentUpdate README.md (diff)
downloadawesome-selfhosted-8ec454613a926bba0cc2433aff298d8192b051b9.tar.gz
awesome-selfhosted-8ec454613a926bba0cc2433aff298d8192b051b9.zip
Merge pull request #2399 from chrislusf/master
Adding SeaweedFS to "Object storage/file servers"
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7b132a5..6e78ea19 100644
--- a/README.md
+++ b/README.md
@@ -751,6 +751,7 @@ _See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems_
#### Object storage/file servers
- [Minio](https://minio.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `Apache-2.0` `Go`
+- [SeaweedFS](https://github.com/chrislusf/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go`
- [Zenko CloudServer](https://www.zenko.io/cloudserver) - Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol. ([Source Code](https://github.com/scality/S3)) `Apache-2.0` `Nodejs`
#### Single-click/drag-n-drop upload