Fix `download` subcommand
-
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.
-
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