minio/cmd/gateway/gcs
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
..
gateway-gcs.go Support unknown gateway errors and convert at handler layer (#7219) 2019-02-12 14:55:52 +05:30
gateway-gcs_test.go Support unknown gateway errors and convert at handler layer (#7219) 2019-02-12 14:55:52 +05:30