1
0
mirror of https://github.com/minio/minio.git synced 2025-03-30 17:23:42 -04:00

3 Commits

Author SHA1 Message Date
Harshavardhana
b927523223 server: Introduce a new env MINIO_REGION. ()
This is implemented to be able to override region
through command line just like how access and
secret keys are provided.
2017-04-09 10:44:10 -07:00
Harshavardhana
f1015a5096 notifiers: Stop using url.Parse in validating address format. ()
url.Parse() wrongly parses an address of format "address:port"
which is fixed in go1.8.  This inculcates a breaking change
on our end. We should fix this wrong usage everywhere so that
migrating to go1.8 eventually becomes smoother.
2017-03-31 04:47:40 -07:00
Aditya Manthramurthy
096427f973 Add deliveryMode parameter for AMQP notfication target ()
Configuration migration was done.

Also adds documentation about AMQP configuration parameters.

Fixes 
2017-03-31 03:34:26 -07:00