Staging instance, all changes can be removed at any time

Skip to content

Fix `download` subcommand

vlorentz requested to merge fix-download into master
  1. Stream zstd files to zstdmt instead of writing a temporary file

    The temporary files usually do not fit in /tmp, so users had to set TMPDIR, which is inconvenient.

    Additionally, writing a temporary file instead of streaming was wasteful.

  2. Fix download of export.json

    It errored with "AttributeError: 'S3' object has no attribute 'get'" on some/all boto3 versions

Resolves #4828 (closed).

Resolves #4829 (closed)

Edited by vlorentz

Merge request reports

Loading