#aws #s3

app s3get

Download a single file from S3 using chunks

6 releases

0.3.3 Jan 27, 2023
0.3.2 Jan 27, 2023
0.3.1 May 17, 2022
0.2.0 Feb 24, 2022
0.1.0 Feb 22, 2022

#370 in Network programming

Download history 217/week @ 2022-11-29 243/week @ 2022-12-06 74/week @ 2022-12-13 22/week @ 2022-12-20 12/week @ 2022-12-27 85/week @ 2023-01-03 21/week @ 2023-01-10 15/week @ 2023-01-17 73/week @ 2023-01-24 45/week @ 2023-01-31 43/week @ 2023-02-07 50/week @ 2023-02-14 39/week @ 2023-02-21 36/week @ 2023-02-28 56/week @ 2023-03-07 56/week @ 2023-03-14

197 downloads per month

MIT license

16KB
215 lines

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

Dependencies

~12–43MB
~717K SLoC