Fix: Exclude external URL from sysconf comparison, as Redis only has an external URL. This could prevent the cloning process from starting.
Fix: Always apply the blacklist before doing anything else. Otherwise, older entries that have not been deleted (from version 5.2.x onwards) are problematic.
Feature: Added support for split paths in S3 storage — Designed to help MinIO-type stores like S3.
↳ Now uses a path such as v1/a/b/c/d/e/[sha1] instead of /[sha1] alone. This helps MinIO, which uses the file system to store objects directly, resulting in a very large folder in XFS, which is not at all ideal for file system operations.