diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-16 12:45:51 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-16 12:45:51 -0700 |
| commit | fd1dc1ab25105103a668384dbcafac9344e11c33 (patch) | |
| tree | 65b69f549a25b6b8044f9456193377ee5c1ef9db | |
| parent | b4be56bb3b97e979221ba3a123186479ba90cc57 (diff) | |
| parent | 96800ffed54a05d703f3ac5324778fde3ad30d71 (diff) | |
| download | seaweedfs-fd1dc1ab25105103a668384dbcafac9344e11c33.tar.xz seaweedfs-fd1dc1ab25105103a668384dbcafac9344e11c33.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,7 @@ Table of Contents * [Quick Start](#quick-start) * [Quick Start for S3 API on Docker](#quick-start-for-s3-api-on-docker) * [Quick Start with Single Binary](#quick-start-with-single-binary) + * [Quick Start SeaweedFS S3 on AWS](#quick-start-seaweedfs-s3-on-aws) * [Introduction](#introduction) * [Features](#features) * [Additional Features](#additional-features) @@ -82,6 +83,9 @@ Table of Contents Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thousands of machines. That is it! +## Quick Start SeaweedFS S3 on AWS ## +* Setup fast production-ready [SeaweedFS S3 on AWS with cloudformation](https://aws.amazon.com/marketplace/pp/prodview-nzelz5gprlrjc) + ## Introduction ## SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: |
