wikijs-fork/server/modules/storage/s3.js
2018-07-01 19:50:42 -04:00

29 lines
301 B
JavaScript

module.exports = {
key: 's3',
title: 'Amazon S3',
props: {
accessKeyId: String,
accessSecret: String,
region: String,
bucket: String
},
activate() {
},
deactivate() {
},
created(opts) {
},
updated(opts) {
},
deleted(opts) {
},
renamed(opts) {
}
}