Page MenuHomePhabricator

[blob] Add support for removing holders by tags
Needs ReviewPublic

Authored by bartek on Wed, Oct 9, 1:22 AM.

Details

Reviewers
kamil
varun
will
Summary

In D13646, a request format was extended to support removing holders by tags. Now server-side support is added.

Depends on D13646, D13618

Test Plan

Played with the DELETE /holders endpoint in Postman. Added some prefixed holders and verified that they were removed from DDB

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Wed, Oct 9, 2:20 AM
bartek added inline comments.
services/blob/src/service.rs
50–54

We should always map these explicitly, so from(ignore) makes sense to disable auto-conversion