Similiarly to assignMultipleHolders(), added a blob client function to remove multiple holders.
Added a keyserver wrapper for this function which provides HTTP headers with CSAT.
Details
Details
Called the function from keyserver against local Blob Service. Verified that requested holders were removed from DDB
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/utils/blob-service.js | ||
---|---|---|
163–167 | It's a bit unusual that this union of disjoint types doesn't have a single property to disambiguate. I'd consider something like +result: 'success' | 'error' | 'failedRequests', or (perhaps easier) to make failedRequests a sub-case of error: true |