btoh commented on issue #27078: URL: https://github.com/apache/airflow/issues/27078#issuecomment-1282402576
@Taragolis - thanks for the comment. I'm still quite unsure about using botocore.config.Config, because I tried to use that as follows: `config = botocore.config.Config(endpoint_url = 'elasticmapreduce.eu-west-2.amazonaws.com')`, and I get a `TypeError: Got unexpected keyword argument: 'endpoint_url'`, so I'm not exactly sure that the endpoint url can be passed in through Config. Can you please point me to any examples where this has been done successfully? -- 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]
