#amazon-s3 #s3 #single-file #aws #parallel #archive #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

#85 in Compression

Download history 28/week @ 2024-03-11 15/week @ 2024-03-18 14/week @ 2024-04-01 10/week @ 2024-04-08 7/week @ 2024-04-22 3/week @ 2024-04-29 3/week @ 2024-05-13 18/week @ 2024-05-20 20/week @ 2024-05-27 33/week @ 2024-06-03 21/week @ 2024-06-10 10/week @ 2024-06-17 14/week @ 2024-06-24

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

~29MB
~460K SLoC