Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 666 Bytes

S3Put

build

Upload a single file to S3 using parallel uploads.

Usage Examples

Upload a compressed archive and pack it on the fly

tar -cf - my_data | pzstd -d | s3put s3://my-bucket/my-key.tar.zstd

Installation

The CLI app can be installed with Cargo:

cargo install s3put

Why S3Put?

Because neither s5cmd, s3cmd, nor aws-cli can offer fast parallel uploads while piping from stdin