mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -05:00
087dc13965
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.