pub fn canonicalize_uri_path(
uri_path: &str,
s3: bool,
) -> Result<String, SignatureError>
Available on crate feature
unstable
only.Expand description
Normalizes the specified URI path, removing redundant slashes and relative path components (unless performing S3 canonicalization).