mirror of https://github.com/minio/minio.git
fef5416b3c
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. |
||
---|---|---|
.. | ||
gateway-gcs.go | ||
gateway-gcs_test.go |