Updated Amazon S3 API (markdown)

Chris Lu 2020-12-26 18:15:39 -08:00
parent baafcbeb0f
commit a3b8fe0470

@ -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, 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`: 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. 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 See https://github.com/chrislusf/seaweedfs/wiki/Path-Specific-Configuration