summaryrefslogtreecommitdiff
path: root/releasenotes/notes/350_notes-ad0ae19704b2eb88.yaml
blob: 2e6b4eace9c3a83fbde0167196e184e3e8e86325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.