You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/12 12:54:00 UTC

[jira] [Updated] (AIRFLOW-3205) GCS: Support multipart upload

     [ https://issues.apache.org/jira/browse/AIRFLOW-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik updated AIRFLOW-3205:
--------------------------------
    Fix Version/s:     (was: 2.0.0)
                   1.10.2

> GCS: Support multipart upload
> -----------------------------
>
>                 Key: AIRFLOW-3205
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3205
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: gcp
>            Reporter: Gordon Ball
>            Priority: Minor
>             Fix For: 1.10.2
>
>
> GoogleCloudStorageHook currently only provides support for uploading files in a single HTTP request. This means that loads fail with SSL errors for files larger than 2GiB (presumably a int32 overflow, might depend on which SSL library is being used). Multipart uploads should be supported to allow large uploads, and possibly increase reliability for smaller uploads.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)