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 |
#23 in #file-upload
28 downloads per month
18KB
253 lines
S3Put
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
~33MB
~425K SLoC