mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Remove errors package, add comments and simplify. (#2925)
This commit is contained in:
@@ -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