Fix s3zip not returning data (#13442)

We do not reliably know the length of compressed data, including headers.

Request until the end-of-stream. Results will still be properly truncated.

Fixes #13441
This commit is contained in:
Klaus Post
2021-10-14 12:37:30 -07:00
committed by GitHub
parent 5e53f767c4
commit 76239fa1ae
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ require (
github.com/minio/sha256-simd v1.0.0
github.com/minio/simdjson-go v0.2.1
github.com/minio/sio v0.3.0
github.com/minio/zipindex v0.2.0
github.com/minio/zipindex v0.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/montanaflynn/stats v0.6.6
github.com/nats-io/nats-server/v2 v2.3.2