abcxyz / abcxyz/github-metrics-aggregator

(Leech) Logs file type in gcs does not match file extension.

Aperta
#141 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Go
Stelle
16
Fork
3
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### TL;DR

Logs are being saved in gcs with the file extension `.tar.gz`, but the archives are actually zip files. The file extension should either be updated to `.zip` or archives should be compressed to `.tar.gz` format and existing files should be re-compressed.

### Observed behavior

```shell
$ gunzip logs.tar.gz
gzip: logs.tar.gz has more than one entry -- unchanged

$ file logs.tar.gz
logs.tar.gz: Zip archive data, at least v2.0 to extract, compression method=deflate

$ unzip logs.tar.gz
Archive: logs.tar.gz
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.