Is there a way for snowplow-event-recovery to process S3 folders recursively?

I’m still trying to recover events for which schema validation has failed and I’m facing a problem. From what I see in snowplow-event-recovery it can only process S3 folder where actual bad events data is stored. If I pass a parent folder to snowplow-event-recovery it doesn’t do anything. Now it’s a problem because events in ‘bad’ folder are organized in year/month/day/hour folders structure.

Is there a way to specify just the root ‘bad’ folder name and have snowplow-event-recovery process its contents recursively?

Thanks.