s3get

Crates.ios3get
lib.rss3get
version0.4.0
sourcesrc
created_at2022-02-22 16:21:46.4013
updated_at2024-02-05 09:27:00.353707
descriptionDownload a single file from S3 using chunks
homepagehttps://github.com/VeaaC/s3get
repositoryhttps://github.com/VeaaC/s3get
max_upload_size
id537343
size61,040
Christian Vetter (VeaaC)

documentation

README

S3Get

build

Download a single file from S3 using parallel downloads.

Usage Examples

Download a compressed archive and unpack it on the fly

s3get s3://my-bucket/my-key.tar.zstd -t 6 | pzstd -d | tar -xvf -

Installation

The CLI app can be installed with Cargo:

cargo install s3get

Why S3Get?

Because neither s5cmd, s3cmd, nor aws-cli can offer fast parallel downloads while piping to stdout

Commit count: 17

cargo fmt