Taragolis commented on PR #25336: URL: https://github.com/apache/airflow/pull/25336#issuecomment-1202420620
@ferruzzi @vincbeck @o-nikolas WDYT about deprecate switch to default Boto3 Credential Strategy if user specified not existed `aws_conn_id`? Right now `aws_conn_id=None` and `aws_conn_id="conn_no_exists"` do the same. However `aws_conn_id=None` is documented and `aws_conn_id="conn_no_exists"` not documented. I thought it would be nice if we warn user that need to specify existed aws_conn_id or explicit set to None. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
