pub async fn delete_s3_file( configuration: &Configuration, workspace: &str, file_key: &str, storage: Option<&str>, s3_resource_path: Option<&str>, ) -> Result<Value, Error<DeleteS3FileError>>