Details
-
Technical task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.16.0, 1.10.4
-
None
Description
The getRecord() method first checks existence of the blob and then retrieves metadata to construct the resulting DataRecord. If the call to get metadata fails in a way we can handle if the blob does not exist, we can skip the exists() call and just try to get the metadata, avoiding one network API call.