From b91651eba09ed43903c55f24e3a1a52aefeea75f Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Tue, 23 Jan 2018 11:15:26 +1100 Subject: authors/changelog updates for 3.5.0 release Change-Id: I70b79c0fd6e9adbfdcc799459dc52063c7402be2 --- releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml b/releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml new file mode 100644 index 0000000..2e6b4ea --- /dev/null +++ b/releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml @@ -0,0 +1,18 @@ +--- +features: + - | + Allow for object uploads > 5GB from stdin. + + When uploading from standard input, swiftclient will turn the upload + into an SLO in the case of large objects. By default, input larger + than 10MB will be uploaded as an SLO with 10MB segment sizes. Users + can also supply the ``--segment-size`` option to alter that + threshold and the SLO segment size. One segment is buffered in + memory (which is why 10MB default was chosen). + + - | + The ``--meta`` option can now be set on the upload command. + + - | + Updated PyPy test dependency references to be more accurate + on different distros. -- cgit v1.2.1