UNPKG

hapiest-s3-storage

Version:

A simple s3 storage service that's flexible and allows mocking of s3 locally

12 lines (9 loc) 287 B
'use strict'; const awsS3Config = require('./awsS3Config'); const hapiS3Config = require('./hapiConfig'); const factoryConfig = require('./factoryConfig'); module.exports = { awsS3ConfigSchema: awsS3Config, factoryConfigSchema: factoryConfig, hapiS3ConfigSchema: hapiS3Config };