Page MenuHomePhabricator

[services-lib] Add method to upload blobs
ClosedPublic

Authored by bartek on Aug 10 2023, 10:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 16, 7:49 AM
Unknown Object (File)
Mon, May 6, 12:29 PM
Unknown Object (File)
Sun, May 5, 3:02 AM
Unknown Object (File)
Sun, May 5, 3:02 AM
Unknown Object (File)
Sat, May 4, 1:02 PM
Unknown Object (File)
Apr 4 2024, 1:05 PM
Unknown Object (File)
Apr 4 2024, 1:05 PM
Unknown Object (File)
Apr 4 2024, 1:04 PM
Subscribers

Details

Summary

Part of ENG-4597.

Added a function that takes a stream as an argument and uploads the data to blob service.

Depends on D8778

Test Plan

Tested together with next diffs.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
services/comm-services-lib/src/blob/client.rs
140–142 ↗(On Diff #29819)

Requirements of the reqwest body stream:
A stream of Result<impl Into<Vec<u8>>, impl Into<Box<dyn Error>>>

bartek published this revision for review.Aug 11 2023, 2:20 AM
michal added inline comments.
services/comm-services-lib/src/blob/client.rs
144 ↗(On Diff #29819)

Wrong message?

This revision is now accepted and ready to land.Aug 11 2023, 4:35 AM
This revision was automatically updated to reflect the committed changes.