-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
S3MultipleKeysSensor operator #15001
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Must we have a new sensor for it? WDYT? |
We created the same sensor here to look for specific keys in the s3.
Make the |
I'd more towards modifying existing operator and making it accept list of prefixes. Also, this can be implemented as such:
|
I can pick this up. Was thinking of the same approach as suggested by @SevakAvet For the choice between |
Description
Currently we have an operator, S3KeySensor which polls for the given prefix in the bucket. At times, there is need to poll for multiple prefixes in given bucket in one go. To have that - I propose to have a S3MultipleKeysSensor, which would poll for multiple prefixes in the given bucket in one go.
Use case / motivation
To make it easier for users to poll multiple S3 prefixes in a given bucket.
Are you willing to submit a PR?
Yes, I have an implementation ready for that.
Related Issues
NA
The text was updated successfully, but these errors were encountered: