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 2018/12/13 10:47:35 UTC

[GitHub] Bl3f removed a comment on issue #4084: [AIRFLOW-3205] Support multipart uploads to GCS

Bl3f removed a comment on issue #4084: [AIRFLOW-3205] Support multipart uploads to GCS
URL: https://github.com/apache/incubator-airflow/pull/4084#issuecomment-446894266
 
 
   I'm sorry to ask but why don't you use the resumable param of the `MediaFileUpload`? Actually the upload by chunks is already implemented in this class (cf. https://developers.google.com/api-client-library/python/guide/media_upload) :/ 
   
   It will avoid maintain in a operator some duplicated code I guess.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services