-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In the following instructions for this repo this first line of code storage = require('./' + storageChoice);
doesn't exist.
Plug In
Until Ghost has a file module system, you will have to change the file storage/index
storage = require('./' + storageChoice);
becomes
storage = require('ghost-s3')({
errors: errors,
config: require('../config')().aws
});
Metadata
Metadata
Assignees
Labels
No labels