mirror of
https://github.com/minio/minio.git
synced 2025-12-04 23:02:31 -05:00
fix: implement readMetadata common function for re-use (#12353)
Previous PR #12351 added functions to read from the reader stream to reduce memory usage, use the same technique in few other places where we are not interested in reading the data part.
This commit is contained in:
3
go.mod
3
go.mod
@@ -77,8 +77,7 @@ require (
|
||||
github.com/shirou/gopsutil/v3 v3.21.3
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/streadway/amqp v1.0.0
|
||||
github.com/tinylib/msgp v1.1.3
|
||||
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect
|
||||
github.com/tinylib/msgp v1.1.6-0.20210521143832-0becd170c402
|
||||
github.com/valyala/bytebufferpool v1.0.0
|
||||
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
||||
github.com/willf/bloom v2.0.3+incompatible
|
||||
|
||||
Reference in New Issue
Block a user