fn parse_conduit_media_value(
value: &[u8],
) -> Result<(&[u8], Option<&str>, Option<&str>)>Expand description
Splits a servernamemediaid_metadata value into its digest, filename, and
content type. The value is sha256(32) | filename | 0xff | content_type
with an optional trailing 0xff that Conduit’s media-auth migration appends
to flag unauthenticated access; that flag is ignored.