fix: change DISK_ to DRIVE_ for some drive related envs (#18005)

This commit is contained in:
Harshavardhana
2023-09-11 12:19:22 -07:00
committed by GitHub
parent e3fbcaeb72
commit 9878031cfd
4 changed files with 19 additions and 7 deletions

View File

@@ -63,7 +63,8 @@ const (
EnvMinIOServerURL = "MINIO_SERVER_URL"
EnvBrowserRedirectURL = "MINIO_BROWSER_REDIRECT_URL"
EnvRootDiskThresholdSize = "MINIO_ROOTDISK_THRESHOLD_SIZE"
EnvRootDriveThresholdSize = "MINIO_ROOTDRIVE_THRESHOLD_SIZE"
EnvRootDiskThresholdSize = "MINIO_ROOTDISK_THRESHOLD_SIZE" // Deprecated Sep 2023
EnvBrowserLoginAnimation = "MINIO_BROWSER_LOGIN_ANIMATION"
EnvBrowserSessionDuration = "MINIO_BROWSER_SESSION_DURATION"