Page MenuHomePhabricator

[keyserver] Add a function that deletes a blob
ClosedPublic

Authored by tomek on Nov 24 2023, 6:48 AM.
Tags
None
Referenced Files
F4090025: D9966.id36406.diff
Sun, Feb 16, 2:14 PM
Unknown Object (File)
Mon, Feb 3, 6:03 AM
Unknown Object (File)
Sun, Feb 2, 1:50 PM
Unknown Object (File)
Sun, Feb 2, 11:19 AM
Unknown Object (File)
Sun, Feb 2, 11:03 AM
Unknown Object (File)
Sun, Feb 2, 10:59 AM
Unknown Object (File)
Sat, Feb 1, 9:49 PM
Unknown Object (File)
Wed, Jan 29, 12:20 PM
Subscribers

Details

Summary

This function calls an endpoint of Blob service that deletes a blob.

Depends on D9944

Test Plan

Create a blob and delete it - check if a holder is deleted.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Nov 24 2023, 7:08 AM
This revision is now accepted and ready to land.Nov 24 2023, 10:42 AM

Use a param object instead of two args for hash and holder to avoid the confusion between them

Destructure params inside function

bartek added inline comments.
keyserver/src/services/blob.js
103–105 ↗(On Diff #36406)

Before landing, could you update this diff to use the function from D10908?

Use auth headers

keyserver/src/services/blob.js
103–105 ↗(On Diff #36406)

Sure!