feat: generic S3 module

This commit is contained in:
NGPixel
2020-06-07 18:08:33 -04:00
parent a508a27475
commit e45145986a
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
const S3CompatibleStorage = require('../s3/common')
module.exports = new S3CompatibleStorage('S3Generic')