1
0
mirror of https://github.com/minio/minio.git synced 2025-03-30 01:03:42 -04:00

1 Commits

Author SHA1 Message Date
Harshavardhana
7a5271ad96
fix: re-use connections in webhook/elasticsearch ()
- elasticsearch client should rely on the SDK helpers
  instead of pure HTTP calls.
- webhook shouldn't need to check for IsActive() for
  all notifications, failure should be delayed.
- Remove DialHTTP as its never used properly

Fixes 
2020-04-28 13:57:56 -07:00