the PDS temporarily stores blobs in a holding directory while it waits for a record that it can be linked to
this is fine, but both the S3 and disk blob store implementation does not have a periodic cleanup task that'd purge blobs that has been uploaded but never used, the holding directory would continue to grow and grow consuming a lot of disk space
I think we should point this out in the README, S3 rules should be easy to set up but I think we might need an example systemd timer for disk blob store?