2.0.1 • Published 6 years ago

@keystone-alpha/file-adapters v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

File Adapters

The File field type can support files hosted in a range of different contexts, e.g. in the local filesystem, or on a cloud based file server.

Different contexts are supported by different file adapters. This package contains the built-in file adapters supported by KeystoneJS.

LocalFileAdapter

Usage

const fileAdapter = new LocalFileAdapter({
  src: './files',
  path: '/public',
});

CloudinaryFileAdapter

2.0.1

6 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago