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

Implement event notification in s3gateway #3537

Closed
zhijian-pro opened this issue Apr 27, 2023 · 1 comment · Fixed by #4030
Closed

Implement event notification in s3gateway #3537

zhijian-pro opened this issue Apr 27, 2023 · 1 comment · Fixed by #4030
Assignees
Labels
kind/feature New feature or request

Comments

@zhijian-pro
Copy link
Contributor

First evaluate the complexity of implementing the feature, and if it is easier we will do it.

@zhijian-pro zhijian-pro added the kind/feature New feature or request label Apr 27, 2023
@zhijian-pro zhijian-pro self-assigned this Apr 27, 2023
@Hexilee
Copy link
Contributor

Hexilee commented Jun 8, 2023

It seems the s3-gateway of minio does not support notification and will never support as they deprecated s3-gateway. Their latest ObjectLayer removed methods about notification.

davies pushed a commit that referenced this issue Nov 21, 2023
Use juicefs as an implementation of minio's ObjectLayer, running it as a
minio server rather than a minio gateway pattern

- [x] User Manage
  - [x] JuiceFS Backend
ETCD Backend: After discussion we decided not to support etcd because
minio/minio#17995 (comment)
- [x] Access Manage
  - [x] Bucket Policy
  - [x] Object Policy
- [x] Bucket Notification
  - [x] WebHooks
  - [x] Redis
  - [x] MySQL
  - [x] PostgreSQL
 - [x] Object Cache

close #3537
#3375
#3107








depend on juicedata/minio#47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants