mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
Migrate config to KV data format (#8392)
- adding oauth support to MinIO browser (#8400) by @kanagaraj - supports multi-line get/set/del for all config fields - add support for comments, allow toggle - add extensive validation of config before saving - support MinIO browser to support proper claims, using STS tokens - env support for all config parameters, legacy envs are also supported with all documentation now pointing to latest ENVs - preserve accessKey/secretKey from FS mode setups - add history support implements three APIs - ClearHistory - RestoreHistory - ListHistory - add help command support for each config parameters - all the bug fixes after migration to KV, and other bug fixes encountered during testing.
This commit is contained in:
committed by
kannappanr
parent
8836d57e3c
commit
ee4a6a823d
@@ -48,12 +48,12 @@ minio server /data
|
||||
#### 区域(Region)
|
||||
|参数|类型|描述|
|
||||
|:---|:---|:---|
|
||||
|``region``| _string_ | `region`描述的是服务器的物理位置,默认是`us-east-1`(美国东区1),这也是亚马逊S3的默认区域。你可以通过`MINIO_REGION` 环境变量进行修改。如果不了解这块,建议不要随意修改|
|
||||
|``region``| _string_ | `region`描述的是服务器的物理位置,默认是`us-east-1`(美国东区1),这也是亚马逊S3的默认区域。你可以通过`MINIO_REGION_NAME` 环境变量进行修改。如果不了解这块,建议不要随意修改|
|
||||
|
||||
示例:
|
||||
|
||||
```sh
|
||||
export MINIO_REGION="中国华北一区"
|
||||
export MINIO_REGION_NAME="中国华北一区"
|
||||
minio server /data
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user