Compare commits
2 Commits
cba04ba01c
...
bde392e35d
| Author | SHA1 | Date |
|---|---|---|
|
|
bde392e35d | |
|
|
bf944d228e |
|
|
@ -676,6 +676,10 @@ 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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue