public async Task <IActionResult> Delete(int id) { var ret = await _helper.DeleteAWSS3Object(id); return(RedirectToAction(nameof(Index))); }