pub fn normalize_path_to_uri(path: &str) -> StringExpand description
Normalizes a path to URI format for consistent object store usage.
If the path is already a URI (contains “://”), returns it as-is. Otherwise, converts local paths to file:// URIs.
Supported URI schemes:
s3://for AWS S3gs://orgcs://for Google Cloud Storageazure://orabfs://for Azure Blob Storagehttp://orhttps://for HTTP/WebDAVfile://for local files