[services][blob] Handle getting blob data
Summary:
Implemented basic logic for the Get RPC call.
Depends on D5700
Test Plan:
- Create a blob using e.g. the C++ blob service (or in any other way)
- Get the blob data with the Rust implementation
- If the data is small, modify chunk_size to some small value to test if multiple parts are returned as expected
Reviewers: varun, jon, tomek, marcin
Reviewed By: varun, tomek
Subscribers: ashoat, atul
Differential Revision: https://phab.comm.dev/D5701