public static string DeleteFile(string FileName, string BucketName) { return(AmazonUtil.DeleteFile(BucketName, FileName)); }