S3 storage for Imagine.
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.
Imagine-S3 is distributed under the MIT License. See LICENSE for more details.