Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Content-MD5 #86

Open
mpoozd opened this issue Sep 21, 2019 · 1 comment
Open

How to get Content-MD5 #86

mpoozd opened this issue Sep 21, 2019 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@mpoozd
Copy link

mpoozd commented Sep 21, 2019

How to get Content-MD5 Property after blob uploaded?

@mpoozd mpoozd changed the title How to get Content-MD5 after upload How to get Content-MD5 Sep 21, 2019
@XiaoningLiu XiaoningLiu self-assigned this Sep 24, 2019
@XiaoningLiu XiaoningLiu added the question Further information is requested label Sep 24, 2019
@XiaoningLiu
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants