s3put

Crates.ios3put
lib.rss3put
version0.2.0
sourcesrc
created_at2022-05-19 14:53:25.756812
updated_at2024-02-05 10:24:42.006552
descriptionUpload a single file/stream to S3 using chunks
homepagehttps://github.com/VeaaC/s3put
repositoryhttps://github.com/VeaaC/s3put
max_upload_size
id589747
size61,508
Christian Vetter (VeaaC)

documentation

README

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

Commit count: 8

cargo fmt