Skip to content

Add support to protect blobs from being marked as deleted

Richard Kennedy requested to merge richken/protect_blobs_from_cleanup into master

Description

This MR will allow mark_n_bytes_as_deleted and get_total_size to ignore blobs which are less than a specified number of days old (this is an optional parameter of both functions now).

Merge request reports