I am running a local Airflow test environment. I copied my aws credentials to the Docker container that runs the Airflow scheduler, the web server and the worker respectively under the following directories:
/home/airflow/.aws
/home/.aws
How do I create a AWS connection under Admin->Connections using my aws credentials? (i.e. I do not want to enter the access key id and secret access key).