5202eadebb
* Provide basic implementation of AWS S3 storage module * Abstract S3 Compatible Storage Module logic * Refactor `getFileExtension()` into the `page` object * Add implementation for Digitalocean storage module * Remove accidental `async`/`await` in S3 Storage Module * Remove argument from the call to `page.getFileExtension()` https://github.com/Requarks/wiki/pull/1015#discussion_r321990073
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
const S3CompatibleStorage = require('../s3/common')
|
|
|
|
module.exports = new S3CompatibleStorage('Digitalocean')
|