0.0.2 • Published 6 years ago

strapi-upload-gcloud-storage v0.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Strapi upload google cloud storage

Strapi upload provider for Google Cloud Storage.

Instructions:

  • Navigate to plugins/upload and run npm i strapi-upload-gcloud-storage .

  • Add the ff config under config/custom.json.

"strapi_upload_gcloud_storage": {
    "bucket": "${process.env.STRAPI_UPLOAD_GCLOUD_STORAGE_BUCKET || 'strapi-uploads'}"
  }