diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-24 00:49:59 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-24 00:49:59 -0700 |
| commit | c7af289f4ba18eebc160a14bde028a76f0b7f302 (patch) | |
| tree | 1289239681688ad1ce2eabb3fefc437cc81b89a3 | |
| parent | 5a237af973f09b67dbe8932cf1d794d837ff0758 (diff) | |
| parent | 6491192aa3c83e107e73146e6b8e27c127398857 (diff) | |
| download | seaweedfs-c7af289f4ba18eebc160a14bde028a76f0b7f302.tar.xz seaweedfs-c7af289f4ba18eebc160a14bde028a76f0b7f302.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -75,13 +75,15 @@ SeaweedFS can work very well with just the object store. [[Filer]] is added late * Servers in the same cluster can have different disk spaces, file systems, OS etc. * Adding/Removing servers does **not** cause any data re-balancing * Optional [filer server][Filer] provides "normal" directories and files via http -* Optionally [mount filer][Mount] to read and write directly +* Optional [mount filer][Mount] to read and write files directly as a local directory +* Optional [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. * Optionally fix the orientation for jpeg pictures * Support Etag, Accept-Range, Last-Modified, etc. * Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance. [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files [Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount +[AmazonS3API]: https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API ## Example Usage By default, the master node runs on port 9333, and the volume nodes run on port 8080. |
