Skip to content

Plugin wiki needs updating #5

@conor909

Description

@conor909

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions