pub(crate) async fn download(
client: &Client,
bucket: String,
key: String,
working_directory: &Path,
) -> Result<PathBuf, Error>
Expand description
ยงDownloads the specified file
This downloads the contents of the file in the S3 bucket
with the specified key
into the working_directory