You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/10 18:30:46 UTC

[GitHub] [airflow] dstandish commented on pull request #19504: Do not check for S3 key before attempting download

dstandish commented on pull request #19504:
URL: https://github.com/apache/airflow/pull/19504#issuecomment-965624540


   > But the main issue is that it does not reuse the connection, right? Not that we do two requests.
   > But the first one is only doing a HEAD operation. So technically it is not the same. 😅 But yes, we can get rid of this request if you want. 👍
   
   it's true that the non-reuse of creds is _also_ a problem but yeah why do two calls when you can do one
   
   easier to beg forgiveness than to ask permission :) 
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org