abcxyz / abcxyz/github-metrics-aggregator

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

Đang mở
#141 6 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Go
Star
16
Fork
3
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### 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
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.