impproductions

Results 2 comments of impproductions

We had the same problem within our Airflow deployment. The easy fix for us would have been to set the default aws credentials through environment variables: ```bash AWS_ACCESS_KEY_ID= AWS_DEFAULT_REGION= AWS_SECRET_ACCESS_KEY=...