1cdc1319d6
'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
6 lines
161 B
YAML
6 lines
161 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Makes ``openstack object save`` much faster when saving an object to disk.
|
|
[Bug `1654645 <https://bugs.launchpad.net/bugs/1654645>`_]
|