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

Add bucket created/removed event types #1372

Merged
merged 2 commits into from
Nov 20, 2022

Conversation

AlexandreBarde
Copy link
Contributor

@AlexandreBarde AlexandreBarde commented Sep 28, 2022

According to Golang documention about listener (https://min.io/docs/minio/linux/developers/go/API.html), I added 2 new events:

  • Bucket created : "s3:BucketCreated"
  • Bucket removed : "s3:BucketRemoved".

Fixes #1349

@AlexandreBarde
Copy link
Contributor Author

AlexandreBarde commented Sep 29, 2022

Hmm, I didn't touch this part on code, it looks weird. Why don't these tests pass anymore ?

@balamurugana balamurugana changed the title Add bucket 'created' and 'removed' event Add bucket created/removed event types Oct 10, 2022
@AlexandreBarde
Copy link
Contributor Author

Any reviewer available ?

This pull request was closed.
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

Successfully merging this pull request may close these issues.

Missing Java Listener
3 participants