diff options
author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-01 06:41:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 06:41:13 +0000 |
commit | b595902a53bd22890ba1607c86878473724791e6 (patch) | |
tree | fa2cda9da137d5f7ad5dba7fa79c836da47e65ec | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-b595902a53bd22890ba1607c86878473724791e6.tar.gz awesome-selfhosted-b595902a53bd22890ba1607c86878473724791e6.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -749,7 +749,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, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. ([Source Code](https://github.com/chrislusf/seaweedfs)) `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 |