Skip to content

md5 checksum not checked on server? #9

Description

@mwan-movideo

Should the md5 checksum be checked for file upload?

Situation 1:
The blob is being overwritten.
My steps:

  1. Get a blob reference
  2. calculate the md5 checksum on the original file
  3. upload the md5 checksum using upload properties
  4. upload another file which is slightly modified than the original file

My modified file is uploaded successfully, and I can download the file from azure cloud and the downloaded file is the modified file.

Situation 2:
The blob is new.
How should I submit a md5 to be checked when the file is uploaded?

  1. I can not upload properties before the file upload because blob is not created.
  2. If I submit the md5 after the file upload, how can the server know my md5?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions