Skip to content

Add a route for ByteStream requests to bgd browser-backend

Adam Coldrick requested to merge sotk/browser/bytestream-proxy into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This MR adds a route to bgd browser-backend which serves serialized CAS objects, in base 64 encoding (due to how the JS deserializer expects to receive data). The implementation makes a ByteStream Read request to fetch the blob, then combines the responses and responds with the complete result.

Issues addressed

With this and the other related MRs, #362 (closed) is done.

Edited by Adam Coldrick

Merge request reports