From c4e2af8ca34dbaaaf4344af7181e326c659babd2 Mon Sep 17 00:00:00 2001 From: poornas Date: Wed, 16 Oct 2019 10:52:57 -0700 Subject: [PATCH] Remove cache env from server help message (#8405) --- cmd/server-main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/server-main.go b/cmd/server-main.go index 60b3c5803..ec9d808dc 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -82,12 +82,6 @@ ENVIRONMENT VARIABLES: BROWSER: MINIO_BROWSER: To disable web browser access, set this value to "off". - CACHE: - MINIO_CACHE_DRIVES: List of mounted drives or directories delimited by ";". - MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";". - MINIO_CACHE_EXPIRY: Cache expiry duration in days. - MINIO_CACHE_MAXUSE: Maximum permitted usage of the cache in percentage (0-100). - DOMAIN: MINIO_DOMAIN: To enable virtual-host-style requests, set this value to MinIO host domain name.