1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00

2 Commits

Author SHA1 Message Date
ebozduman
f16bfda2f2 Remove panic() and handle it appropriately ()
This is an effort to remove panic from the source. 
Add a new call called CriticialIf, that calls LogIf and exits. 
Replace panics with one of CriticalIf, FatalIf and a return of error.
2018-04-19 17:24:43 -07:00
Bala FA
32c6b62932 move credentials as separate package () 2017-10-31 11:54:32 -07:00