| Crates.io | ami-uploader |
| lib.rs | ami-uploader |
| version | 0.1.0 |
| created_at | 2021-07-03 17:15:57.314668+00 |
| updated_at | 2021-07-03 17:15:57.314668+00 |
| description | Amazon machine image uploader & other miscellaneous utilities |
| homepage | https://github.com/colbyn/ami-uploader |
| repository | https://github.com/colbyn/ami-uploader |
| max_upload_size | |
| id | 418270 |
| size | 305,701 |
Amazon machine image uploader & other miscellaneous utilities.

Example
$ cargo run -- upload --bucket my-s3-bucket --image ./my-source-image.vmdk --name my-aws-ami
Alternatively
$ cargo run -- upload --bucket my-s3-bucket --key new-ami.vmdk --image ./my-source-image.vmdk --name my-aws-ami