Dee Koder
1978b9d8f9
Prevent minio server starting in standalone erasure mode for wrong inputs. ( #4700 )
...
It is possible at times due to a typo when distributed mode was intended
a user might end up starting standalone erasure mode causing confusion.
Add code to check this based on some standard heuristic guess work and
report an error to the user.
Fixes #4686
7 years ago
A. Elleuch
b4dc6df35c
go1.8: Changes to support golang 1.8 ( #4759 )
...
QuirkConn is added to replace net.Conn as a workaround to a golang bug:
https://github.com/golang/go/issues/21133
7 years ago
Krishnan Parthasarathi
3c5db69ffd
Treat 0.0.0.0 as local address in --address flag ( #4386 )
8 years ago
Anis Elleuch
542f7ae42c
gateway: Reject endpoint pointing to local gateway ( #4310 )
...
Show an error when the user enters an endpoint url pointing
to the gateway server itself.
8 years ago
Harshavardhana
952c618441
server: Fix a regression in printing startup banner. ( #4100 )
...
Octect based sorting was lost in the previous commit
de204a0a52
This PR fixes a regression - fixes #4099
8 years ago
Bala FA
de204a0a52
Add extensive endpoints validation ( #4019 )
8 years ago