Page MenuHomePhabricator

[Bulk API Hashes] Compute md5 hashes for diffs
Closed, ResolvedPublic

Description

As a content re-user, I would like the ability to verify successful diffs download using md5 computed hash.

Event Timeline

RBrounley_WMF renamed this task from Compute md5 hashes for diffs to [Bulk API Hashes] Compute md5 hashes for diffs.May 12 2021, 3:17 PM
RBrounley_WMF lowered the priority of this task from High to Medium.

Schema on how to store the data in object store:

{
    "name": "Wikipedia",
    "identifier": "simplewiki",
    "url": "https://simple.wikipedia.org",
    "version": "e4d909c290d0fb1ca068ffaddf22cbd0",
    "dateModified":"2021-05-12T00:59:14Z",
    "inLanguage": {
      "name": "Simple English",
      "identifier": "simplewiki"
    },
    "size": {
      "value": 321,
      "unitText": "MB"
    }
  }

Name of the object in the store should be something like {project_identifier}_{namespace_identifier}.json.