Crates.io | s3get |
lib.rs | s3get |
version | 0.4.0 |
source | src |
created_at | 2022-02-22 16:21:46.4013 |
updated_at | 2024-02-05 09:27:00.353707 |
description | Download a single file from S3 using chunks |
homepage | https://github.com/VeaaC/s3get |
repository | https://github.com/VeaaC/s3get |
max_upload_size | |
id | 537343 |
size | 61,040 |
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