# **resolve-upload-local**

This package is local uploader adapter.

### Config
```js
uploadAdapter: {
    module: 'resolve-upload-local',
    options: {
      directory: 'data',
      bucket: 'files',
      secretKey: 'key'
    }
  }
```
