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));