-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[blob] Use new blob-exists check in single endpoint
Summary: Despite D13481, multiple `GetItem` DDB calls were still happening inside `service.assign_holder()`. Removed that call there and updated single endpoint to use the new way. Updated single assign-holder endpoint to use the new batch function. Depends on D13481 Test Plan: - Made sure `data_exists` has still correct value for the `POST /blob` endpoint - Blob integration tests Reviewers: will, varun, kamil, marcin Reviewed By: kamil Subscribers: ashoat, tomek Differential Revision: https://phab.comm.dev/D13482
- Loading branch information
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters