Skip to content
Snippets Groups Projects
Commit c87a210d authored by Antoine Lambert's avatar Antoine Lambert
Browse files

indexer: Use CompositeObjId as object id type for ContentIndexer

Previously, content indexers were only using content sha1 as object
identifier but this could lead to errors in production when attempting
to fetch content data from an object storage where key is the sha256
checksum of the content (winery for instance).

So ensure to use a CompositeObjId dictionary as content object identifier
to avoid these kind of issues when indexing content objects.
parent d3b661db
Loading
Checking pipeline status
Showing
with 121 additions and 86 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment