From 90da87d4e79dafe0378e4bcc19401e1286ec8854 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 25 Dec 2020 22:24:16 -0800 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index b5c3fab..3a76790 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -1,5 +1,6 @@ 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. +# How it works? `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. And `weed filer -s3` can start a filer and the S3 gateway together also. @@ -7,6 +8,24 @@ Each bucket is stored in one collection, and mapped to folder /buckets/ fs.configure -locationPrefix="/buckets/" -volumeGrowthCount=3 -apply + +``` + + +# Supported APIs Currently, the following APIs are supported. ```