storage.js 107 Bytes
Newer Older
NGPixel's avatar
NGPixel committed
1 2 3
const S3CompatibleStorage = require('../s3/common')

module.exports = new S3CompatibleStorage('S3Generic')