rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
144 stars 60 forks source link

Add sha1 to resources downloaded from S3 #81

Open andreeaflorescu opened 3 years ago

andreeaflorescu commented 3 years ago

Suggeste-by: @gabhijit

When downloading a file from S3 we do not check the SHA1 to see if it is the same: https://github.com/rust-vmm/vmm-reference/pull/67/commits/6196c3e77fa33d62fc9b4bf0b476f9f6b17ce377#r578303171

ahmedaabouzied commented 3 years ago

I can work on that