feature (minio): integrate support for minio in the S3 backend - #62

This commit is contained in:
Mickael KERJEAN
2018-05-14 22:27:31 +10:00
parent 9ba9067a99
commit 7e30bdceb7
4 changed files with 15 additions and 5 deletions

View File

@ -56,6 +56,7 @@ module.exports = {
// access_key_id: 'my_access_key',
// secret_access_key: 'my_secret_key',
// advanced: false,
// endpoint: 'http://127.0.0.1:9000', // eg: your minio instance
// path: '/bucketname/'
},
dropbox: {label: 'Dropbox'},