File: 340_notes-1777780bbfdb4d96.yaml

package info (click to toggle)
python-swiftclient 1%3A4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,436 kB
  • sloc: python: 17,373; makefile: 84; sh: 59
file content (20 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
features:

  - The ``swift`` CLI now supports streaming from stdin. If "-" is given
    as the source, the object content is read from stdin. The
    ``--object-name`` must be given when content is loaded from stdin.
  - Tolerate RFC-compliant ETags returned from the server.
  - Skip checksum validation on partial downloads.
  - Buffer reads from disk, resulting in much faster upload throughput.
  - >
    Added support for ISO 8601 timestamps for tempurl, matching the
    feature in Swift 2.13.0.
  - Added an option to ignore mtime metadata entry (``--ignore-mtime``).
  - >
    When using SwiftService to delete many objects, the bulk delete page
    size will now be respected. Previously, exceeding this limit would
    prevent any objects from being deleted.
  - Expose `--prefix` as an option for st_delete.
  - Imported docs content from openstack-manuals project.
  - Various other minor bug fixes and improvements.