pub(super) async fn bytes_from_url(
url: &Url,
config: Option<&AwsAuthProps>,
) -> ConnectorResult<Vec<u8>>
Expand description
Load raw bytes from:
- local file, for on-premise or testing.
- http/https, for common usage.
- s3 file location format: s3://bucket_name/file_name