feat: auth + storage config improvements
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
module.exports = {
|
||||
key: 'digitalocean',
|
||||
title: 'DigialOcean Spaces',
|
||||
props: ['accessKeyId', 'accessSecret', 'region', 'bucket'],
|
||||
props: {
|
||||
accessKeyId: String,
|
||||
accessSecret: String,
|
||||
region: {
|
||||
type: String,
|
||||
default: 'nyc3'
|
||||
},
|
||||
bucket: String
|
||||
},
|
||||
activate() {
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user