Merge pull request #506 from erasys/minio

Add support for minio
This commit is contained in:
Christoph (Sheogorath) Kern 2018-01-23 11:43:24 +01:00 committed by GitHub
commit eec2318bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 0 deletions

View file

@ -62,6 +62,13 @@ module.exports = {
secretAccessKey: undefined,
region: undefined
},
minio: {
accessKey: undefined,
secretKey: undefined,
endPoint: undefined,
secure: true,
port: 9000
},
s3bucket: undefined,
// authentication
facebook: {