imagine-s3

0.1.0 • Public • Published

Imagine-S3

S3 storage for Imagine.

Installation

If you haven't already done so, make sure to install imagine-s3 in your Imagine folder:

$ npm install imagine-s3

Then place the following into your config.json file for Imagine:

"storage": "imagine-s3",
 
"imagine-s3": {
  "key": "KEY",
  "secret": "SECRET",
  "bucket": "BUCKET"
}

Replace KEY, SECRET and BUCKET with your corresponding info.

License

Imagine-S3 is distributed under the MIT License. See LICENSE for more details.

Readme

Keywords

none

Package Sidebar

Install

npm i imagine-s3

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mlmorg