Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save enriqueaf/792a3c0b9a7567d1fa3c660e5a5dae3e to your computer and use it in GitHub Desktop.
Save enriqueaf/792a3c0b9a7567d1fa3c660e5a5dae3e to your computer and use it in GitHub Desktop.
{
"version": "4",
"credential": {
"accessKey": "xxxx-xxxx-xxx-yyyyyy",
"secretKey": "xxxx-xxxxx-xxxx-xxxxxxxxx"
},
"region": "eu-central-1",
"logger": {
"console": {
"enable": true,
"level": "debug"
},
"file": {
"enable": true,
"fileName": "/home/minio/minio-log",
"level": "debug"
},
"syslog": {
"enable": false,
"address": "",
"level": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment