azure: correct docs on MD5 and chunked files

This commit is contained in:
Nick Craig-Wood 2017-08-04 23:54:57 +01:00
parent ee6a35d750
commit 38dabcf6b2
1 changed files with 3 additions and 2 deletions

View File

@ -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 ###