gmcrocetti commented on PR #25494:
URL: https://github.com/apache/airflow/pull/25494#issuecomment-1207265249

   The original goal of this PR was to allow one using `Connection.host`, as 
described in #17833, but after discussions it occurred me `host` is not 
semantically correct for the proposed use case.
   As we all know, `host` is just one part of a 
[URL](https://www.rfc-editor.org/rfc/rfc1738#section-3.3) in the HTTP scheme. 
As boto expects a complete HTTP url, `host` is not the most correct description 
for this parameter and thus, that's why I'm proposing renaming it to 
`endpoint_url`.
   Please, let me know if that doesn't make any sense.
   


-- 
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]

Reply via email to