1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00

4 Commits

Author SHA1 Message Date
Harshavardhana
3d3beb6a9d
Add response header timeouts ()
- Add conservative timeouts upto 3 minutes
  for internode communication
- Add aggressive timeouts of 30 seconds
  for gateway communication

Fixes 
Fixes 
Fixes 
Fixes 
Fixes 
2020-03-21 22:10:13 -07:00
Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ()
Read more https://blog.golang.org/go1.13
2019-09-08 16:44:15 -07:00
Harshavardhana
a2e344bf30 Preserve ETag case for S3 compatibility ()
Most hadoop distributions hortonworks, cloudera all
depend on aws-sdk-java 1.7.x to 1.10.x - the releases
which have bugs related case sensitive check for
ETag header. Go changes the case of the headers set
to be canonical but only preserves them when set
through a direct map.

This fixes most compatibility issues we have had
in the past supporting older hadoop distributions.
2019-04-08 16:54:46 -07:00
Harshavardhana
df35d7db9d Introduce staticcheck for stricter builds () 2019-02-13 18:29:36 +05:30