3 releases
0.1.2 | Jan 27, 2023 |
---|---|
0.1.1 | Jan 27, 2023 |
0.1.0 | May 19, 2022 |
#791 in Network programming
245 downloads per month
15KB
244 lines
S3Get
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 S3Get?
Because neither s5cmd, s3cmd, nor aws-cli can offer fast parallel uploads while piping from stdin
Dependencies
~12–43MB
~718K SLoC