UNPKG

egg-plugin-s3

Version:
8 lines (5 loc) 119 B
'use strict'; const s3 = require('./lib/s3'); module.exports = agent => { if (agent.config.s3.agent) s3(agent); };