Skip to content

brewster/imagine-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.