You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data audit makes many object.Head calls and these calls should be lightweight. We can send it with main_only flag in request, but the answer contains ShortHeader structure and it lacks hashes inside. However homomorphic hashes are quite important for data audit.
We should update ShortHeader definition with extra fields for homomorphic and SHA256 hashes of object payload.
The text was updated successfully, but these errors were encountered:
Data audit makes many
object.Head
calls and these calls should be lightweight. We can send it withmain_only
flag in request, but the answer containsShortHeader
structure and it lacks hashes inside. However homomorphic hashes are quite important for data audit.We should update
ShortHeader
definition with extra fields for homomorphic and SHA256 hashes of object payload.The text was updated successfully, but these errors were encountered: