ami-uploader

Crates.ioami-uploader
lib.rsami-uploader
version0.1.0
sourcesrc
created_at2021-07-03 17:15:57.314668
updated_at2021-07-03 17:15:57.314668
descriptionAmazon machine image uploader & other miscellaneous utilities
homepagehttps://github.com/colbyn/ami-uploader
repositoryhttps://github.com/colbyn/ami-uploader
max_upload_size
id418270
size305,701
Colbyn (colbyn)

documentation

README

AMI Uploader

Amazon machine image uploader & other miscellaneous utilities.

image info

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
Commit count: 6

cargo fmt