dstandish commented on issue #13785: URL: https://github.com/apache/airflow/issues/13785#issuecomment-773778390
region is configurable in the airflow connection (and if using system creds, of course configurable on your system). if using airflow connection to retrieve aws creds, you add kwargs for aws client by putting `config_kwargs` in conn extra: https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/base_aws.py#L371 otherwise set region in system using either env vars or config files ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
