Decide the best way of treating errors in Storage::contains
and Storage::read
#241
Labels
enhancement
New feature or request
Storage::contains
and Storage::read
#241
Right now,
read
skips errors from BLOB and continue reading from the next one.contains
otherwise propagates the first error.Looks like it is better to stop on the first error to preserve correct versioning of data. But this should be investigated
The text was updated successfully, but these errors were encountered: