Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bucket notify event support ? #136

Open
clojurians-org opened this issue Aug 2, 2019 · 1 comment
Open

bucket notify event support ? #136

clojurians-org opened this issue Aug 2, 2019 · 1 comment
Milestone

Comments

@clojurians-org
Copy link

i have less knowledge about minio Bucket Notification.
i want to get notify when some file created.

it seems it can use webSocket protocol for MQTT protocol or Webhooks.
what i should do by using this client, or setup myself WebSocket to do it.

@krisis
Copy link
Member

krisis commented Aug 2, 2019

@clojurians-org, we don't have this functionality yet in minio-hs but we can implement a function like,

 listenBucketNotification :: Bucket -> Prefix -> Suffix -> Minio (ConduitT () EventInfo (ResourceT IO) ())

@donatello donatello added this to the Release 1.7.0 milestone Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants