Roman Chechyotkin
Roman Chechyotkin
yeah, i also want to work on mongodb integration
this was created using `examples/set_postgresql_notification.go` file 
then i want to add functionality for connecting configuared event notification to bucket in [minio-go](https://github.com/minio/minio-go) 
i suppose there is need to write kind of this functions for oher integrations like MySQl, Redis, Kafka and etc
using options struct instead of the raw string i guess this way more self-explanatory then using set config and provide the raw string under the hood, this function calls `SetConfigKV...
Yea, i am going to implement this functionality for all supported integratioins, theres is reused config values ```go // Staging directory for undelivered messages e.g. '/home/events' QueueDir string // Maximum...
@tmzane i will be pleased to get any feedback
let me know any updates
I made research, for implemeting this functionality you should work with ```mc admin``` commands but minio-go library does not support this api
does this library need admin api?