From 88f0f671a811aab9fdd71a26990517a5939891ad Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Tue, 29 Mar 2022 19:12:16 -0600 Subject: [PATCH] Add s3_consistency_check to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b133ab9..6b39a98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Built-in early support for content ranges (being able to skip around in audio and video). This is only available if caching is enabled. * New config option for changing the log level. +* New (currently undocumented) binary `s3_consistency_check` to find objects in S3 which *might* not be referenced by + the media repo database. Note that this can include uploads in progress. ### Removed -- GitLab