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)
Fri, Apr 18, 9:37 PM
Unknown Object (File)
Fri, Apr 18, 2:52 PM
Unknown Object (File)
Fri, Apr 18, 1:43 PM
Unknown Object (File)
Fri, Apr 18, 4:25 AM
Unknown Object (File)
Thu, Apr 17, 12:55 AM
Unknown Object (File)
Sun, Apr 13, 12:49 PM
Unknown Object (File)
Sun, Mar 30, 1:56 AM
Unknown Object (File)
Thu, Mar 27, 5:10 AM
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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
services/comm-services-lib/src/blob/client.rs
140–142

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

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.