-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adding bucket notifications feature #176
base: main
Are you sure you want to change the base?
Adding bucket notifications feature #176
Conversation
Any chance this is happening? It would be a very useful addition. |
Hi! Got busy at work and forgot about this, my bad. I will take a look to see what it needs for this pull request to be ready for review. If I am not mistaken, there are only some test methods to be done. It also needs documentation about the process of using it with the emulator. Hopefully is done by next week. :) |
Description
Notifications can be used to send information about changes to objects in your buckets to Pub/Sub.
Proposal
Integration with Pub/Sub will happen either with emulator APIs or GCP.
Information about Pub/Sub emulator can be found here.
To emulate the official Google Cloud bucket notification, the new routes will:
Existing route of upload will:
This is still a draft and there is a lot of study to do!
Official information about Pub/Sub notification for Cloud Storage can be found here.