| Crates.io | s3put |
| lib.rs | s3put |
| version | 0.2.0 |
| created_at | 2022-05-19 14:53:25.756812+00 |
| updated_at | 2024-02-05 10:24:42.006552+00 |
| description | Upload a single file/stream to S3 using chunks |
| homepage | https://github.com/VeaaC/s3put |
| repository | https://github.com/VeaaC/s3put |
| max_upload_size | |
| id | 589747 |
| size | 61,508 |
Upload a single file to S3 using parallel uploads.
Upload a compressed archive and pack it on the fly
tar -cf - my_data | pzstd -d | s3put s3://my-bucket/my-key.tar.zstd
The CLI app can be installed with Cargo:
cargo install s3put
Because neither s5cmd, s3cmd, nor aws-cli can offer fast parallel uploads while piping from stdin