Comment 3 for bug 1654645

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/417892
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=1cdc1319d6cbfc4087551e5bf0a9875c016eca1c
Submitter: Jenkins
Branch: master

commit 1cdc1319d6cbfc4087551e5bf0a9875c016eca1c
Author: Jordan Pittier <email address hidden>
Date: Mon Jan 9 15:40:59 2017 +0100

    Make 'object save' fast again

    'openstack object save' is critically slow to download big objects. While
    we 'stream' (chunked download) the data, the default chunks_size
    is 1 byte [1], which is terribly inefficient.

    [1] : http://docs.python-requests.org/en/master/api/#requests.Response.iter_content

    Closes-Bug: 1654645

    Change-Id: I2223e5897346acd2f2c1fae638d1193cff833c19