UNPKG
egg-plugin-s3
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
AWS S3 plugin for Egg
github.com/fuxingZhang/egg-s3
fuxingZhang/egg-s3
egg-plugin-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); };