1.0.1 • Published 4 years ago

enres-plugin v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

enres-plugin

enres

Example

import {ftp,s3} from 'enres-plugin'

Plugins

export {ftp,s3} | Plugin | | ------ | | ftp | | s3 |

ftp : object

ftp.getObject(path, { host, user, password, workDir }): promise
-----
ftp.upload(content, path, { host, user, password, workDir }): promise

s3 : object

s3.getObject(path,{s3Key,s3Secret,s3Bucket}): promise
-----
s3.upload(content, path, { s3Key, s3Secret, s3Bucket }): promise
1.0.13

4 years ago

1.0.12

4 years ago

1.0.1

4 years ago