microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

Set MD5 for upload #2

Closed anuchandy closed 7 years ago

anuchandy commented 8 years ago

Before uploading the VHD the tool must compute MD5 checksum and send it to Azure storage. Go supports computing MD5 via "crypto/md5" and we have package to show the progress.

Add support for this feature.

anuchandy commented 8 years ago

Addressing this issue consists of following two taks

  1. Compute MD5 Checksum and show progress as we compute it
  2. Set MD5 checksum in the page bob properties

1 has been implemented. To implement 2, the "Azure storage SDK ofr Go" should expose SetBlobProperties method which is not yet exposed.

anuchandy commented 7 years ago

Addressed in the commit https://github.com/Microsoft/azure-vhd-utils/commit/43293b8d76460dd25093d216c95abc79342e1657