UNPKG
eggplugins-s3
Version:
latest (1.0.1)
1.0.1
AWS S3 plugin for Egg
github.com/JinBing91/eggplugin-s3
eggplugins-s3
/
agent.js
8 lines
(5 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
s3 =
require
(
'./lib/s3'
);
module
.
exports
=
agent
=>
{
if
(agent.
config
.
s3
.
agent
)
s3
(agent); };