diff --git a/cmd/gateway/azure/gateway-azure.go b/cmd/gateway/azure/gateway-azure.go index 88605b8d5..22d090ac8 100644 --- a/cmd/gateway/azure/gateway-azure.go +++ b/cmd/gateway/azure/gateway-azure.go @@ -73,15 +73,15 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. EXAMPLES: 1. Start minio gateway server for Azure Blob Storage backend. diff --git a/cmd/gateway/b2/gateway-b2.go b/cmd/gateway/b2/gateway-b2.go index 7ec6cf0bc..380442fd4 100644 --- a/cmd/gateway/b2/gateway-b2.go +++ b/cmd/gateway/b2/gateway-b2.go @@ -64,15 +64,15 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. EXAMPLES: 1. Start minio gateway server for B2 backend. diff --git a/cmd/gateway/gcs/gateway-gcs.go b/cmd/gateway/gcs/gateway-gcs.go index 8bf088fd1..0beb50438 100644 --- a/cmd/gateway/gcs/gateway-gcs.go +++ b/cmd/gateway/gcs/gateway-gcs.go @@ -110,15 +110,15 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. GCS credentials file: GOOGLE_APPLICATION_CREDENTIALS: Path to credentials.json diff --git a/cmd/gateway/manta/gateway-manta.go b/cmd/gateway/manta/gateway-manta.go index 6a0e74efc..e4cf38d00 100644 --- a/cmd/gateway/manta/gateway-manta.go +++ b/cmd/gateway/manta/gateway-manta.go @@ -72,12 +72,12 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. EXAMPLES: 1. Start minio gateway server for Manta Object Storage backend. diff --git a/cmd/gateway/nas/gateway-nas.go b/cmd/gateway/nas/gateway-nas.go index 26f93641e..ef83dfe23 100644 --- a/cmd/gateway/nas/gateway-nas.go +++ b/cmd/gateway/nas/gateway-nas.go @@ -51,15 +51,15 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. EXAMPLES: 1. Start minio gateway server for NAS backend. diff --git a/cmd/gateway/oss/gateway-oss.go b/cmd/gateway/oss/gateway-oss.go index e57a5ab37..f8ea8d271 100644 --- a/cmd/gateway/oss/gateway-oss.go +++ b/cmd/gateway/oss/gateway-oss.go @@ -69,12 +69,12 @@ ENVIRONMENT VARIABLES: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. EXAMPLES: 1. Start minio gateway server for Aliyun OSS backend. diff --git a/cmd/gateway/s3/gateway-s3.go b/cmd/gateway/s3/gateway-s3.go index 01b20cb5c..453fc6f3b 100644 --- a/cmd/gateway/s3/gateway-s3.go +++ b/cmd/gateway/s3/gateway-s3.go @@ -57,15 +57,15 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. EXAMPLES: 1. Start minio gateway server for AWS S3 backend. diff --git a/cmd/gateway/sia/gateway-sia.go b/cmd/gateway/sia/gateway-sia.go index f13ca88a8..88d32389d 100644 --- a/cmd/gateway/sia/gateway-sia.go +++ b/cmd/gateway/sia/gateway-sia.go @@ -74,15 +74,15 @@ ENVIRONMENT VARIABLES: (Default values in parenthesis) MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. UPDATE: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. SIA_TEMP_DIR: The name of the local Sia temporary storage directory. (.sia_temp) SIA_API_PASSWORD: API password for Sia daemon. (default is empty) diff --git a/cmd/server-main.go b/cmd/server-main.go index 9b56ae61f..d3dfbdb33 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -68,9 +68,9 @@ ENVIRONMENT VARIABLES: MINIO_BROWSER: To disable web browser access, set this value to "off". CACHE: - MINIO_CACHE_DRIVES: List of cache drives delimited by ";" - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" - MINIO_CACHE_EXPIRY: Cache expiry duration in days + MINIO_CACHE_DRIVES: List of cache drives delimited by ";". + MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". + MINIO_CACHE_EXPIRY: Cache expiry duration in days. REGION: MINIO_REGION: To set custom region. By default all regions are accepted. @@ -79,7 +79,7 @@ ENVIRONMENT VARIABLES: MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". DOMAIN: - MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. + MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name. WORM: MINIO_WORM: To turn on Write-Once-Read-Many in server, set this value to "on".