This function calls an endpoint of Blob service that deletes a blob.
Depends on D9944
Paths
| Differential D9966 Authored by tomek on Nov 24 2023, 6:48 AM.
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
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptNov 24 2023, 6:48 AM2023-11-24 06:48:31 (UTC-8) Harbormaster completed remote builds in B24387: Diff 33586.Nov 24 2023, 7:08 AM2023-11-24 07:08:38 (UTC-8) tomek added a child revision: D9968: [keyserver] Fetch invite link blob holder.Nov 24 2023, 8:14 AM2023-11-24 08:14:15 (UTC-8) This revision is now accepted and ready to land.Nov 24 2023, 10:42 AM2023-11-24 10:42:01 (UTC-8) Comment Actions Use a param object instead of two args for hash and holder to avoid the confusion between them Harbormaster completed remote builds in B24640: Diff 34052.Nov 30 2023, 7:11 AM2023-11-30 07:11:40 (UTC-8) Harbormaster completed remote builds in B26336: Diff 36404.Jan 31 2024, 8:57 AM2024-01-31 08:57:48 (UTC-8) Harbormaster completed remote builds in B26338: Diff 36406.Jan 31 2024, 9:05 AM2024-01-31 09:05:44 (UTC-8) bartek added inline comments. Harbormaster completed remote builds in B26649: Diff 36846.Feb 8 2024, 6:47 AM2024-02-08 06:47:03 (UTC-8) Closed by commit rCOMM7053a0f8c5be: [keyserver] Add a function that deletes a blob (authored by tomek). · Explain WhyFeb 14 2024, 7:58 AM2024-02-14 07:58:23 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37080 keyserver/src/services/blob.js
|