SkillAgentSearch skills...

S3get

Download a single file from S3 using parallel downloads

Install / Use

/learn @VeaaC/S3get
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

S3Get

<img alt="build" src="https://img.shields.io/github/workflow/status/VeaaC/s3get/Shuffly%20CI/main?style=for-the-badge">

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

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2mo ago
Forks1

Languages

Rust

Security Score

85/100

Audited on Jan 27, 2026

No findings