Custom provider not invoked

System Information
  • Strapi Version: 3.6.5
  • Operating System: mac
  • Database: postgres
  • Node Version: 14
  • NPM Version:
  • Yarn Version: 1.22.11

I am trying to use the gcp storage provider to upload media types into a GCP bucket (GitHub - Lith/strapi-provider-upload-google-cloud-storage: Google Cloud Storage Upload Provider for St).

I have configured the plugin.js with the correct provider name, and provider options, and yet when uploading a new media image in the media plugin, the image is only loaded to the upload folder. I would have expected the image to be uploaded to the gcp bucket.

I cannot see any errors in the logs, or any logs referring to the gcp provider. However I can see that plugin.js the configuration is being loaded.

Have I missed something?

File name should be plugins.js not plugin.js