0.1.0 • Published 12 years ago

imagine-s3 v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

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.