mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Bring etcd support for bucket DNS federation
- Supports centralized `config.json` - Supports centralized `bucket` service records for client lookups - implement a new proxy forwarder
This commit is contained in:
committed by
kannappanr
parent
7872c192ec
commit
853ea371ce
@@ -89,6 +89,13 @@ ENVIRONMENT VARIABLES:
|
||||
WORM:
|
||||
MINIO_WORM: To turn on Write-Once-Read-Many in server, set this value to "on".
|
||||
|
||||
BUCKET-DNS:
|
||||
MINIO_DOMAIN: To enable virtual-host-style requests.
|
||||
MINIO_DOMAIN_IP: To enable virtual-host-style requests.
|
||||
|
||||
ETCD:
|
||||
MINIO_ETCD_ENDPOINTS: Comma separated list of etcd endpoints.
|
||||
|
||||
EXAMPLES:
|
||||
1. Start minio server on "/home/shared" directory.
|
||||
$ {{.HelpName}} /home/shared
|
||||
|
||||
Reference in New Issue
Block a user