minio/cmd/gateway
Harshavardhana fef5416b3c Support unknown gateway errors and convert at handler layer (#7219)
Different gateway implementations due to different backend
API errors, might return different unsupported errors at
our handler layer. Current code posed a problem for us because
this information was lost and we would convert it to InternalError
in this situation all S3 clients end up retrying the request.

To avoid this unexpected situation implement a way to support
this cleanly such that the underlying information is not lost
which is returned by gateway.
2019-02-12 14:55:52 +05:30
..
azure Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) 2019-02-09 11:01:06 +05:30
b2 Revert and bring back B2 gateway implementation (#7224) 2019-02-12 12:44:22 +05:30
gcs Support unknown gateway errors and convert at handler layer (#7219) 2019-02-12 14:55:52 +05:30
nas Fix liveness check for NAS gateway (#7142) 2019-01-24 19:14:05 +05:30
oss Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) 2019-02-09 11:01:06 +05:30
s3 Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) 2019-02-09 11:01:06 +05:30
gateway.go Revert and bring back B2 gateway implementation (#7224) 2019-02-12 12:44:22 +05:30