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