From 38dabcf6b292e49db243a256014adcd86e2a4e1a Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 4 Aug 2017 23:54:57 +0100 Subject: [PATCH] azure: correct docs on MD5 and chunked files --- docs/content/azureblob.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index f2315884c..3eb2e324a 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -113,8 +113,9 @@ there is no overhead to using it. ### Hashes ### -MD5 hashes are stored with small blobs. However blobs that were -uploaded in chunks don't have MD5 hashes. +MD5 hashes are stored with blobs. However blobs that were uploaded in +chunks only have an MD5 if the source remote was capable of MD5 +hashes, eg the local disk. ### Multipart uploads ###