Skip to content

Do not write empty blob to storage twice

Ed Baunton requested to merge edbaunton/single-write-empty into master

Simplify the logic to write an empty blob into a single function called from both places and add a simple check that the blob does not already exist to make the logic more sturdy.

Merge request reports