async fn download_object(
s3_config: &S3ConnectorConfig,
creds: &AwsCredentials,
client: &Client,
key: &str,
) -> Result<String>Expand description
Download a single object’s content from S3 using a signed GET request.
async fn download_object(
s3_config: &S3ConnectorConfig,
creds: &AwsCredentials,
client: &Client,
key: &str,
) -> Result<String>Download a single object’s content from S3 using a signed GET request.