Skip to content
/ s3get Public

Download a single file from S3 using parallel downloads

License

Notifications You must be signed in to change notification settings

VeaaC/s3get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Download a single file from S3 using parallel downloads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages