#amazon-s3 #s3 #aws #upload #parallel #single #chunks

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

#118 in Concurrency

Download history 62/week @ 2024-01-30 11/week @ 2024-02-06 22/week @ 2024-02-13 42/week @ 2024-02-20 67/week @ 2024-02-27 97/week @ 2024-03-05 24/week @ 2024-03-12 16/week @ 2024-03-19 2/week @ 2024-03-26 14/week @ 2024-04-02

60 downloads per month

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
~465K SLoC