-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat: emit an event when an S3 bucket is created #56565
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
feat: emit an event when an S3 bucket is created #56565
Conversation
CarlSchwan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please explain the usecase :)
7ff80e7 to
4a1dd03
Compare
|
It's so that listeners can make extra requests on buckets similar to what's being done here (a new app specifically for Google Cloud Storage). GCS has an autoclass feature that's only available for their services. When a bucket is created, it enables autoclass. |
Signed-off-by: Kent Delante <[email protected]>
4a1dd03 to
96672e1
Compare
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
Summary
Emit a
BucketCreatedEventwhen an S3 bucket is created.Checklist
3. to review, feature component)stable32)