mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Update documenation to reflect correct default region of '' (#5101)
Ever since commit 5db1e9f3dd the
default region as been '', instead of 'us-east-1'. Update
documentation to reflect this, in particular, documentation about
notifications.
This commit is contained in:
@@ -48,7 +48,7 @@ minio server /data
|
||||
#### Region
|
||||
|Field|Type|Description|
|
||||
|:---|:---|:---|
|
||||
|``region``| _string_ | `region` describes the physical location of the server. By default it is set to `us-east-1`, which is same as AWS S3's default region. You may override this field with `MINIO_REGION` environment variable. If you are unsure leave it unset.|
|
||||
|``region``| _string_ | `region` describes the physical location of the server. By default it is set to ``. You may override this field with `MINIO_REGION` environment variable. If you are unsure leave it unset.|
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user