docs/architecture/compat-cleanup-register.md
Use this file to track temporary compatibility code introduced by architecture migration PRs. Entries are required only for compatibility paths that are planned for later deletion.
// RUSTFS_COMPAT_TODO(<task-id>): <why this compatibility path exists>. Remove after <specific condition>.
RUSTFS_COMPAT_TODO(S-012)
S-012rustfs/src/admin/handlers/kms_keys.rskms:Configure, kms:DescribeKey, and kms:ListKeys.Before completing a PR that adds wrappers, re-exports, fallbacks, legacy action mappings, or old endpoint compatibility layers:
RUSTFS_COMPAT_TODO(<task-id>) marker.