minio/cmd/http
Harshavardhana a54cdb9587
fix: Send x-amz-mp-parts-count for multiparted objects (#9116)
Some AWS SDKs latently rely on this value some times
to calculate the right number of parts during a parallel
GetObject request, this is feature used along with
content-range - we should support this as well.
2020-03-12 12:37:27 -07:00
..
close.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
headers.go fix: Send x-amz-mp-parts-count for multiparted objects (#9116) 2020-03-12 12:37:27 -07:00
listen_nix.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listen_others.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listener.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
listener_test.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
server.go http: fail appropriately and return standard Go error (#8837) 2020-01-17 05:48:39 -08:00
server_test.go Remove setting net.Conn Deadlines as its not needed anymore (#8269) 2019-09-20 23:37:24 +05:30