Deprecate and remove configurable disk usage check (#6016)
This commit is contained in:
committed by
kannappanr
parent
eafc15cd47
commit
3143454982
@@ -47,15 +47,6 @@ var (
|
||||
"MINIO_CACHE_EXPIRY: Valid cache expiry duration is in days.",
|
||||
)
|
||||
|
||||
uiErrInvalidUsageCheckIntervalValue = newUIErrFn(
|
||||
"Invalid usage check interval value",
|
||||
"Please check the passed value",
|
||||
`MINIO_USAGE_CHECK_INTERVAL: Valid usage check interval duration string is a signed sequence of decimal numbers,
|
||||
each with optional fraction and a unit suffix, such as "2h45m". Valid time units are "ns", "us", "ms", "s", "m", "h".
|
||||
Minimum supported value is '2h'.
|
||||
`,
|
||||
)
|
||||
|
||||
uiErrInvalidCredentials = newUIErrFn(
|
||||
"Invalid credentials",
|
||||
"Please provide correct credentials",
|
||||
|
||||
Reference in New Issue
Block a user