minio/cmd/gateway
Harshavardhana 964e354d06 Fix liveness check for NAS gateway (#7142)
Current master throws '503' unavailable for liveness check
```
~ curl -v http://localhost:9000/minio/health/live
> GET /minio/health/live HTTP/1.1
...
...
< HTTP/1.1 503 Service Unavailable
```

With this fix liveness check returns error appropriately
```
~ curl -v http://localhost:9000/minio/health/live
> GET /minio/health/live HTTP/1.1
...
...
< HTTP/1.1 200 OK
```
2019-01-24 19:14:05 +05:30
..
azure Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00
gcs GCS ListMultipartUploads: Don't return on first uploadid (#7014) 2019-01-08 11:03:28 -08:00
nas Fix liveness check for NAS gateway (#7142) 2019-01-24 19:14:05 +05:30
oss Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00
s3 Use IAM creds only if endpoint is S3 (#7111) 2019-01-23 11:12:33 -08:00
gateway.go Remove gateway implementations for manta, sia and b2 (#7115) 2019-01-20 08:10:58 -08:00