Download a single file from S3 using parallel downloads.
Download a compressed archive and unpack it on the fly
s3get s3://my-bucket/my-key.tar.zstd -t 6 | pzstd -d | tar -xvf -
The CLI app can be installed with Cargo:
cargo install s3get
Because neither s5cmd, s3cmd, nor aws-cli can offer fast parallel downloads while piping to stdout