Compare commits

..

No commits in common. "bde392e35dff84eb934628bc993faf01e34042eb" and "cba04ba01cb3f54d145c4acfc31a1ffe19781719" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -676,10 +676,6 @@ internal static class Program
var s3Path = timeStamp.ToUnixTime() + ".csv";
var request = s3Config.CreatePutRequest(s3Path);
// This is temporary for Wittman, but now it's for all Instalattion
await File.WriteAllTextAsync("/var/www/html/status.csv", csv.SplitLines().Where(l => !l.Contains("Secret")).JoinLines());
// Compress CSV data to a byte array
byte[] compressedBytes;
using (var memoryStream = new MemoryStream())