1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

8 Commits

Author SHA1 Message Date
Praveen raj Mani
428836d4e1 Ignore "connection reset" errors while initializing the targets with queue store enabled ()
Fixes 
2019-09-05 13:55:48 -07:00
Praveen raj Mani
55d4eee6f1 Enable event persistence in MySQL and PostgreSQL () 2019-07-24 10:18:29 -07:00
Praveen raj Mani
47ca411163 Enhance the event store interface to support channeling ()
- Avoids code duplication across the other targets. By having a
  centralized function call.

- Reduce the room for race.
2019-04-10 18:16:01 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
poornas
dd1d69ab5c fix mysql config for native password authentication ()
fixes 
2019-03-28 10:45:22 -07:00
Pontus Leitzler
f9779b24ad Enable default vet flags ()
Enable default vet flags except experimental
2018-11-14 10:23:44 -08:00
Anis Elleuch
e8a008f5b5 Better validation of all config file fields ()
Add Validate() to serverConfig to call it at server
startup and in Admin SetConfig handler to minimize
errors scenario after server restart.
2018-07-18 11:22:29 -07:00
Bala FA
0e4431725c make notification as separate package ()
* Remove old notification files

* Add net package

* Add event package

* Modify minio to take new notification system
2018-03-15 13:03:41 -07:00