mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
baafcbeb0f
commit
a3b8fe0470
|
@ -18,9 +18,9 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue