mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user