diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-04-15 22:18:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-15 22:18:58 -0700 |
| commit | 7034fafb81d4b78ad8d089a4a9ec917c70cd82e7 (patch) | |
| tree | e0bc83752f6e0983c660f994d4eacf946deda848 /README.md | |
| parent | 47eb9485b800d788a850a0d82f529bc7161b13f7 (diff) | |
| download | seaweedfs-7034fafb81d4b78ad8d089a4a9ec917c70cd82e7.tar.xz seaweedfs-7034fafb81d4b78ad8d089a4a9ec917c70cd82e7.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -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 [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: |
