1
0
mirror of https://github.com/minio/minio.git synced 2025-01-29 07:26:00 -05:00
Harshavardhana 4550535cbb
send proper IPv6 names avoid bracketing notation ()
Following policies if present

```
       "Condition": {
         "IpAddress": {
            "aws:SourceIp": [
              "54.240.143.0/24",
               "2001:DB8:1234:5678::/64"
             ]
          }
        }
```

And client is making a request to MinIO via IPv6 can
potentially crash the server.

Workarounds are turn-off IPv6 and use only IPv4
2023-12-21 16:56:55 -08:00
..