Skip to content
Snippets Groups Projects

frontend-grpc: use provided archiveReportURL AS-IS

Merged Tigran Mkrtchyan requested to merge accept-archiveReportURL-asis into main
  1. Sep 26, 2022
    • Tigran Mkrtchyan's avatar
      frontend-grpc: use provided archiveReportURL AS-IS · 7548c079
      Tigran Mkrtchyan authored and Michael Davis's avatar Michael Davis committed
      The original gRPC based frontend-grpc was assuming that the Archive request will generate the archiveId.
      As a result, the archiveReportURL that sent from the storage system could not include the required the
      archiveId. Thus the final archiveReportURL is built on in the frontend-grpc
      
      Since commit 13b43466 have introduced a Create step, the storage system is able to fully build the
      archiveReportURL on it's side and let frontend-grpc to use the provided report URL as-is.
      
      Closes: #144
      7548c079
Loading