logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

Multiple prefix is not supported #166

Open gurupritmukhraiya opened 5 years ago

gurupritmukhraiya commented 5 years ago

Hi,

We have multiple folders in S3, we only need to pull some of the data from different folders/sub-folders, currently I can specify only a single prefix in configuration, can we change it to have array of prefix so that data can be pulled from different prefix, which are mentioned.

Is there a way to achieve this without updating the config again and again for different folders?