ghost-storage-adapter-gcloud

0.0.4 • Public • Published

Ghost storage adapter GCloud

A Google Cloud storage adapter for Ghost 1.x

For Ghost 0.10.x and 0.11.x support check out Ghost Google Cloud Storage adapter.

Installation

npm install ghost-storage-adapter-gcloud
mkdir -p ./content/adapters/storage
cp -r ./node_modules/ghost-storage-adapter-gcloud/index.js ./content/adapters/storage/gcloud/.

Configuration

storage: {
  active: 'gcloud',
  gcloud: {
    projectId: 'YOUR_ACCESS_KEY_ID',
    key: 'PROJECT_KEY_PATH_FILENAME.JSON',
    bucket: 'YOUR_BUCKET_NAME'
  }
}

License

ISC.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i ghost-storage-adapter-gcloud

Weekly Downloads

1

Version

0.0.4

License

ISC

Last publish

Collaborators

  • oddencreative