From be96336a2c2fe18fb6da948e150171ac62d72e3f Mon Sep 17 00:00:00 2001 From: Noe Date: Wed, 12 Jun 2024 15:35:07 +0200 Subject: [PATCH] Commented line for Wittman in Salimax controller --- csharp/App/SaliMax/src/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/App/SaliMax/src/Program.cs b/csharp/App/SaliMax/src/Program.cs index 98af9657c..490612e91 100644 --- a/csharp/App/SaliMax/src/Program.cs +++ b/csharp/App/SaliMax/src/Program.cs @@ -677,8 +677,8 @@ internal static class Program var request = s3Config.CreatePutRequest(s3Path); // This is temporary for Wittman, but now it's for all Installation - await File.WriteAllTextAsync("/var/www/html/status.csv", csv.SplitLines().Where(l => !l.Contains("Secret")).JoinLines()); - + //await File.WriteAllTextAsync("/var/www/html/status.csv", csv.SplitLines().Where(l => !l.Contains("Secret")).JoinLines()); + //Use this for no compression //var response = await request.PutAsync(new StringContent(csv));