storage.js 96 Bytes
Newer Older
1
const S3CompatibleStorage = require('./common')
2

3
module.exports = new S3CompatibleStorage('S3')