#amazon-s3 #single-file #s3 #aws #parallel #chunks

app s3get

Download a single file from S3 using chunks

7 unstable releases

0.4.0 Feb 5, 2024
0.3.3 Jan 27, 2023
0.3.1 May 17, 2022
0.2.0 Feb 24, 2022
0.1.0 Feb 22, 2022

#24 in #chunks

Download history 13/week @ 2024-11-13 8/week @ 2024-11-20 13/week @ 2024-11-27 17/week @ 2024-12-04 23/week @ 2024-12-11 9/week @ 2024-12-18 2/week @ 2025-01-01 3/week @ 2025-01-08 1/week @ 2025-01-15 23/week @ 2025-01-22 13/week @ 2025-01-29 13/week @ 2025-02-05 10/week @ 2025-02-12 24/week @ 2025-02-19 32/week @ 2025-02-26

81 downloads per month

MIT license

18KB
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

~34MB
~450K SLoC