Azure / azure-storage-js

Microsoft Azure Storage Library for JavaScript (This repo has been moved to https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage on Apr18, 2019. This Repo will be deprecated.)
https://docs.microsoft.com/en-us/javascript/api/overview/azure/storage/client?view=azure-node-preview
MIT License
74 stars 33 forks source link

How to get Content-MD5 #86

Open mpoozd opened 5 years ago

mpoozd commented 5 years ago

How to get Content-MD5 Property after blob uploaded?

XiaoningLiu commented 5 years ago

Please go to github.com/azure/azure-sdk-for-js for further issues or requestions.

For blobs larger than hundreds of MB uploaded with multi "put block" requests, you need calculate the md5 in the client, and set up the md5 value when invoking the upload API. Azure Storage doesn't calculate overall md5.