download_object

Function download_object 

Source
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.