From 69a8551b0eb77753b805fe4e0b99664269fe935b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Dec 2020 18:14:04 -0800 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index 8db6b49..825c5e5 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -17,12 +17,13 @@ Try to keep the volume size low. For example, weed master -volumeSizeLimitMB=1024 ``` -The other side is to reduce the number of volumes to create. In `weed shell`, you can configure this way: -``` -$ weed shell -> fs.configure -locationPrefix="/buckets/" -volumeGrowthCount=3 -apply +In addition, you can also configure the per bucket storage this way in `weed shell`: -``` +> fs.configure -locationPrefix=/buckets/ -volumeGrowthCount=1 -apply + +This will add 1 physical volume when existing volumes are full. If using replication, you will need to add more volumes. + +See https://github.com/chrislusf/seaweedfs/wiki/Path-Specific-Configuration # Supported APIs