mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Summary: After switch to using an inventory file, old document versions were not in fact being pruned. This corrects that and adds a test that fails with the previous implementation. The pruner was operating correctly, but was being applied to an inventory list rather than s3 directly - and the inventory list did not pass through version removals to s3. This fix will leave a stock of undeleted versions that can be eliminated by an external script (there are alternatives but that seems simplest overall). Test Plan: updated test Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2693