#s3 #aws #upload #parallel #single #chunks #file

app s3put

Upload a single file/stream to S3 using chunks

4 releases

0.2.0 Feb 5, 2024
0.1.2 Jan 27, 2023
0.1.1 Jan 27, 2023
0.1.0 May 19, 2022

#9 in #chunks

MIT license

18KB
253 lines

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

Dependencies

~29MB
~467K SLoC