I would like to trigger an Apache Airflow DAG when a specific file is uploaded to a specific bucket in MinIO.
I've been looking into MinIO webhooks thinking that might be a solution, but I haven't quite figured it out.
I'm currently working locally, I have a Docker container running MinIO and others running Airflow.
There are no event-based triggers in the Airflow itself. You should either use external services to trigger Airflow API or just use sensors. In your case, you can use
S3KeySensor