mirror of
https://github.com/minio/minio.git
synced 2025-02-06 11:18:08 -05:00
various situations where the client is retrying the request server going through shutdown might incorrectly send 403 which is a non-retriable error, this PR allows for clients when they retry an attempt to go to another healthy pod or server in a distributed cluster - assuming it is a properly load-balanced setup.