From a3b8fe0470130cb339d280c449b8f26f2b88301a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Dec 2020 18:15:39 -0800 Subject: [PATCH] Updated Amazon S3 API (markdown) --- Amazon-S3-API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Amazon-S3-API.md b/Amazon-S3-API.md index 27dd811..d4df841 100644 --- a/Amazon-S3-API.md +++ b/Amazon-S3-API.md @@ -14,13 +14,13 @@ Each bucket has its own collection. Usually one collection uses 7 volumes, where Try to keep the volume size low. For example, ``` -weed master -volumeSizeLimitMB=1024 + weed master -volumeSizeLimitMB=1024 ``` In addition, you can also configure the per bucket storage this way in `weed shell`: - -> fs.configure -locationPrefix=/buckets/ -volumeGrowthCount=1 -apply - +``` + 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