2017-03-25 05:34:04 -04:00
|
|
|
{
|
2018-10-09 17:00:01 -04:00
|
|
|
"version": "30",
|
2017-03-25 05:34:04 -04:00
|
|
|
"credential": {
|
|
|
|
"accessKey": "USWUXHGYZQYFYFFIT3RE",
|
|
|
|
"secretKey": "MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03"
|
|
|
|
},
|
|
|
|
"region": "us-east-1",
|
2018-07-03 19:54:10 -04:00
|
|
|
"worm": "off",
|
2017-12-28 12:34:44 -05:00
|
|
|
"storageclass": {
|
|
|
|
"standard": "",
|
|
|
|
"rrs": ""
|
|
|
|
},
|
2018-03-28 17:14:06 -04:00
|
|
|
"cache": {
|
|
|
|
"drives": [],
|
|
|
|
"expiry": 90,
|
2018-07-03 19:54:10 -04:00
|
|
|
"exclude": [],
|
|
|
|
"maxuse": 80
|
2018-03-28 17:14:06 -04:00
|
|
|
},
|
2018-06-04 21:35:41 -04:00
|
|
|
"usage": {
|
|
|
|
"interval": "3h"
|
2018-07-03 19:54:10 -04:00
|
|
|
},
|
2017-03-25 05:34:04 -04:00
|
|
|
"notify": {
|
|
|
|
"amqp": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
|
|
|
"url": "amqp://myuser:mypassword@localhost:5672",
|
|
|
|
"exchange": "bucketevents",
|
|
|
|
"routingKey": "bucketlogs",
|
|
|
|
"exchangeType": "fanout",
|
2017-03-31 06:34:26 -04:00
|
|
|
"deliveryMode": 0,
|
2017-03-25 05:34:04 -04:00
|
|
|
"mandatory": false,
|
|
|
|
"immediate": false,
|
|
|
|
"durable": false,
|
|
|
|
"internal": false,
|
|
|
|
"noWait": false,
|
|
|
|
"autoDeleted": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nats": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
|
|
|
"address": "0.0.0.0:4222",
|
|
|
|
"subject": "bucketevents",
|
|
|
|
"username": "yourusername",
|
|
|
|
"password": "yoursecret",
|
|
|
|
"token": "",
|
|
|
|
"secure": false,
|
2017-07-19 18:19:03 -04:00
|
|
|
"pingInterval": 0,
|
2017-03-25 05:34:04 -04:00
|
|
|
"streaming": {
|
|
|
|
"enable": false,
|
|
|
|
"clusterID": "",
|
|
|
|
"clientID": "",
|
|
|
|
"async": false,
|
|
|
|
"maxPubAcksInflight": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"elasticsearch": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
2017-03-27 14:27:25 -04:00
|
|
|
"format": "namespace",
|
2017-03-25 05:34:04 -04:00
|
|
|
"url": "http://127.0.0.1:9200",
|
|
|
|
"index": "bucketevents"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"redis": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
2017-03-27 14:27:25 -04:00
|
|
|
"format": "namespace",
|
2017-03-25 05:34:04 -04:00
|
|
|
"address": "127.0.0.1:6379",
|
|
|
|
"password": "yoursecret",
|
|
|
|
"key": "bucketevents"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"postgresql": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
2017-03-27 14:27:25 -04:00
|
|
|
"format": "namespace",
|
2017-03-25 05:34:04 -04:00
|
|
|
"connectionString": "",
|
|
|
|
"table": "bucketevents",
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": "5432",
|
|
|
|
"user": "postgres",
|
|
|
|
"password": "mypassword",
|
|
|
|
"database": "bucketevents_db"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"kafka": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
|
|
|
"brokers": ["localhost:9092"],
|
2018-09-07 03:01:58 -04:00
|
|
|
"topic": "bucketevents",
|
|
|
|
"tls" : {
|
|
|
|
"enable" : true,
|
|
|
|
"skipVerify" : false,
|
|
|
|
"clientAuth" : 0
|
|
|
|
},
|
|
|
|
"sasl" : {
|
|
|
|
"enable" : true,
|
|
|
|
"username" : "kafka",
|
|
|
|
"password" : "kafkapasswd"
|
|
|
|
}
|
2017-03-25 05:34:04 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"webhook": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
|
|
|
"endpoint": "http://requestb.in/1525x9n1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mysql": {
|
|
|
|
"1": {
|
|
|
|
"enable": true,
|
2017-03-27 14:27:25 -04:00
|
|
|
"format": "namespace",
|
2017-03-25 05:34:04 -04:00
|
|
|
"dsnString": "",
|
|
|
|
"table": "minio_images",
|
|
|
|
"host": "172.17.0.1",
|
|
|
|
"port": "3306",
|
|
|
|
"user": "root",
|
|
|
|
"password": "password",
|
|
|
|
"database": "miniodb"
|
|
|
|
}
|
2017-12-11 16:20:05 -05:00
|
|
|
},
|
|
|
|
"mqtt": {
|
|
|
|
"1": {
|
|
|
|
"enable": false,
|
|
|
|
"broker": "tcp://localhost:1883",
|
|
|
|
"topic": "minio",
|
|
|
|
"qos": 1,
|
|
|
|
"clientId": "minio",
|
|
|
|
"username": "",
|
|
|
|
"password": ""
|
|
|
|
}
|
2017-03-25 05:34:04 -04:00
|
|
|
}
|
2018-10-09 17:00:01 -04:00
|
|
|
},
|
|
|
|
"logger": {
|
|
|
|
"console": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"1": {
|
|
|
|
"enabled": false,
|
|
|
|
"endpoint": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"openid": {
|
|
|
|
"jwks": {
|
|
|
|
"url": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"policy": {
|
|
|
|
"opa": {
|
|
|
|
"url": "",
|
|
|
|
"authToken": ""
|
|
|
|
}
|
2017-03-25 05:34:04 -04:00
|
|
|
}
|
2018-06-04 21:35:41 -04:00
|
|
|
}
|