From 7034fafb81d4b78ad8d089a4a9ec917c70cd82e7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 15 Apr 2022 22:18:58 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 805f75ac0..fdd90c0af 100644 --- a/README.md +++ b/README.md @@ -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=":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: From 96800ffed54a05d703f3ac5324778fde3ad30d71 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 15 Apr 2022 22:26:02 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd90c0af..3fcc8bf61 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Table of Contents Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver=":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) +* Setup fast production-ready [SeaweedFS S3 on AWS with cloudformation](https://aws.amazon.com/marketplace/pp/prodview-nzelz5gprlrjc) ## Introduction ##