- Added helper convenience functions to get S3 path from database
- Copied constants from C++ service with comments
Depends on D5694
Differential D5700
[services][blob] Add helpers and constants for Get RPC bartek on Nov 22 2022, 12:53 AM. Authored by Tags None Referenced Files
Details
Depends on D5694 These functions are tested in next diff when they are used.
Diff Detail
Event TimelineComment Actions Think this could also be two or three diffs. No need to split it now, though. You might have noticed that in the Identity service, the Status messages are vague (e.g. "internal error"). This is intentional, because we don't want to leak implementation details to the caller. I think we should amend all the Status messages in this diff to be much less specific. The current Status messages that you have should be logged instead of returned to the caller
Comment Actions (For what it's worth, I think this is fine as one diff... splitting diffs too much can make it harder to review) |