minio / minio-go

MinIO Go client SDK for S3 compatible object storage
https://docs.min.io/docs/golang-client-quickstart-guide.html
Apache License 2.0
2.42k stars 628 forks source link

Create event destinations via API #1884

Open deefdragon opened 1 year ago

deefdragon commented 1 year ago

The creation of event destinations is currently somewhat clumsy and requires a lot of manual tweaking in the console (and the console does not allow editing once created). Adding the ability to create them in the API would not only decrease mistakes as the creation could be checked into code, but would allow a terraform provider like this one (or other IAC tooling) to create them as well.

romanchechyotkin commented 1 month ago

I made research, for implemeting this functionality you should work with mc admin commands but minio-go library does not support this api

romanchechyotkin commented 1 month ago

does this library need admin api?

romanchechyotkin commented 1 month ago

sorry, my bad, just found out madmin-go