1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 15:30:57 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
933c60bc3a Add crypto context errors ()
Currently when connections to vault fail, client
perpetually retries this leads to assumptions that
the server has issues and masks the problem.

Re-purpose *crypto.Error* type to send appropriate
errors back to the client.
2020-01-06 16:15:22 -08:00
Harshavardhana
290ad0996f Move etcd, logger, crypto into their own packages ()
- Deprecates _MINIO_PROFILER, `mc admin profile` does the job
- Move ENVs to common location in cmd/config/
2019-10-08 11:17:56 +05:30