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
get blobs api returning incorrect blob url in the response when sha for two different documents is same.
To Reproduce
Setup details: A multi-tenant setup with enableWholeSummaryUpload disabled. Two tenants having same schema
Lets say tenant A creates a document (with default intialSummary).
Now tenant B creates a document (with default intialSummary). The blob response returned for tenant B returns the url for blob of document created by tenantA
Since SHA has no differentiator in its key.
Expected behavior
Correct blob url should be returned in response.
Logs
The text was updated successfully, but these errors were encountered:
Describe the bug
get blobs api returning incorrect blob url in the response when sha for two different documents is same.
To Reproduce
Since SHA has no differentiator in its key.
Expected behavior
Correct blob url should be returned in response.
Logs
The text was updated successfully, but these errors were encountered: