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:
kula
2017-10-23 14:57:40 -04:00
committed by Dee Koder
parent 8a40da3fd0
commit 758d5458f0
2 changed files with 38 additions and 38 deletions

View File

@@ -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: