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

Support regex patterns for the exclude_suffix in s3 scan #4454

Open
graytaylor0 opened this issue Apr 23, 2024 · 1 comment
Open

Support regex patterns for the exclude_suffix in s3 scan #4454

graytaylor0 opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@graytaylor0
Copy link
Member

Is your feature request related to a problem? Please describe.
As a user of the s3 source with scan, I would like to be able to exclude objects from processing based on a regex pattern instead of a static string. This would allow me to filter out all objects from folders like

exclude_suffix:
  - "folder-name/.*"

Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@graytaylor0 graytaylor0 added untriaged enhancement New feature or request labels Apr 23, 2024
@dlvenable
Copy link
Member

Perhaps we can do this with an Ant-style/glob pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants