You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we have a bucket with many files from different applications and we want ingest only files from one directory. At this moment we can filter with include / exclude patterns, but we get the complete list of the bucket each interval.
We need a bucket_prefix option to limit lists to only this prefix.
Suffering from the same problem. We should be able to search the bucket instead of pull down everything and filter out what we don't want. Wonder if there is a query parameter.
The pull request worked well and supported both full and partial match to bucket prefix for my use case. Thanks for sharing and also support merging this as a feature
Hi,
we have a bucket with many files from different applications and we want ingest only files from one directory. At this moment we can filter with include / exclude patterns, but we get the complete list of the bucket each interval.
We need a bucket_prefix option to limit lists to only this prefix.
I create a pull request with the changes #16
The text was updated successfully, but these errors were encountered: