UNPKG

resolve-upload-local

Version:
16 lines (13 loc) 239 B
# **resolve-upload-local** This package is local uploader adapter. ### Config ```js uploadAdapter: { module: 'resolve-upload-local', options: { directory: 'data', bucket: 'files', secretKey: 'key' } } ```