//! XML rewriting for S3 list responses.
//!
//! When a backend prefix is configured, the backend returns keys that include
//! the prefix. This module strips that prefix and optionally prepends a new
//! one, so clients see the expected key structure.
/// Describes how to rewrite `<Key>` and `<Prefix>` values in list response XML.