python-swiftclient/tests
Timur Alperovich 2faea93287 Allow for object uploads > 5GB from stdin.
When uploading from standard input, swiftclient should turn the upload
into an SLO in the case of large objects. This patch picks the
threshold as 10MB (and uses that as the default segment size). The
consumers can also supply the --segment-size option to alter that
threshold and the SLO segment size. The patch does buffer one segment
in memory (which is why 10MB default was chosen).

(test is updated)

Change-Id: Ib13e0b687bc85930c29fe9f151cf96bc53b2e594
2018-01-18 04:56:12 +00:00
..
functional Merge "Make functests py3-compatible" 2017-01-24 01:28:27 +00:00
unit Allow for object uploads > 5GB from stdin. 2018-01-18 04:56:12 +00:00
__init__.py Allow specify tenant:user in user. 2012-06-27 19:19:37 +00:00
sample.conf Merge "Document missing functional test config option" 2015-07-02 02:39:43 +00:00