Roman Chechyotkin

Results 21 comments of Roman Chechyotkin

yeah, i also want to work on mongodb integration

this was created using `examples/set_postgresql_notification.go` file ![image](https://github.com/user-attachments/assets/cfbbc773-deec-40f6-97c9-65581a5c3269)

then i want to add functionality for connecting configuared event notification to bucket in [minio-go](https://github.com/minio/minio-go) ![image](https://github.com/user-attachments/assets/0ae7b6fd-d494-428d-ac7c-1419b39e8989)

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

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?