Remove errors package, add comments and simplify. (#2925)

This commit is contained in:
Harshavardhana
2016-10-14 11:15:59 -07:00
parent c03ce0f74a
commit 2f520ed92f
10 changed files with 25 additions and 589 deletions

View File

@@ -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.
)