pub async fn upload_file( client: &Client, bucket: &str, key: &str, path: &Path, ) -> Result<(), Error>
Uploads a file to S3