Skip to content

fix(storage): check for nil drivers before creating blob transfer service

Context

while testing imports manually on pre, we encountered the following import failures: pre importing tagged manifests: pre importing manifest: pre importing manifest: transferring blob with digest sha256:45b430cac0361a5a1cc5401c3b9086a860fa349f46ea422c00570340cbbd705f: %!v(PANIC=Error method: runtime error: invalid memory address or nil pointer dereference)

This MR seeks to narrow the possible causes of this error by ensuring that both drivers passed to the blob transfer service constructor are not nil.

Merge request reports

Loading