mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
Remove errors package, add comments and simplify. (#2925)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ const (
|
||||
globalMinioCertFile = "public.crt"
|
||||
globalMinioKeyFile = "private.key"
|
||||
globalMinioConfigFile = "config.json"
|
||||
globalMinioCertExpireWarnDays = 30
|
||||
globalMinioCertExpireWarnDays = time.Hour * 24 * 30 // 30 days.
|
||||
// Add new global values here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user