From b227423e12a318b383ab61d9b098fc5d4666e2e1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 24 Apr 2019 09:27:59 -0700 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index ba26d6b..8af33e8 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -1,6 +1,7 @@ To be compatible with Amazon S3 API, a separate "weed s3" command is provided. This provides much faster access when reading or writing files, compared to operating files on the cloud. -"weed s3" will start a stateless gateway server to bridge the Amazon S3 API to SeaweedFS Filer. +`weed s3` will start a stateless gateway server to bridge the Amazon S3 API to SeaweedFS Filer. +For convenience, `weed server -s3` will start a master, a volume server, a filer, and the S3 gateway. Each bucket is stored in one collection, and mapped to folder /buckets/ by default.