Fix string limit issue in _request_put_file 19/64119/1 v0.33.1
authorEric Ball <eball@linuxfoundation.org>
Thu, 28 May 2020 15:22:42 +0000 (08:22 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 28 May 2020 15:22:42 +0000 (08:22 -0700)
commit1c04b5837d78eb97b424a766aec5998e3f481f8d
tree9bb3fcac47d853b60f282f8eba2fe36cb7e11c09
parent00961edb1ddef72d88f81c0030a1cde8b08d4ed6
Fix string limit issue in _request_put_file

Requests can't handle a put call for very large data objects. However, it
can accept the data as a file-like object instead, and the size issue will
not show up. Documented here: https://github.com/psf/requests/issues/2717.

Issue: IT-19717
Change-Id: I826d3fa2eebbd3ba0389a0d7042701b4389e406d
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/deploy.py
releasenotes/notes/string-limit-fix-a04184d5280da421.yaml [new file with mode: 0644]