This package has been deprecated

Author message:

Strapi V3 is no longer maintained

strapi-provider-upload-cloudinary

3.6.11 • Public • Published

strapi-provider-upload-cloudinary


Deprecation Warning ⚠️

Hello! We have some news to share,

We’ve decided it’ll soon be time to end the support for strapi-provider-upload-cloudinary.

After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).

If you’ve been using strapi-provider-upload-cloudinary and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this URL and with the following name on NPM: @strapi/provider-upload-cloudinary.

If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.

The Strapi team


Configurations

Your configuration is passed down to the cloudinary configuration. (e.g: cloudinary.config(config)). You can see the complete list of options here

actionOptions are passed directly to the upload and delete functions respectively allowing for custom options such as folder, type, etc. You can see the complete list of upload options here and delete options here

See the using a provider documentation for information on installing and using a provider. And see the environment variables for setting and using environment variables in your configs.

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: 'cloudinary',
    providerOptions: {
      cloud_name: env('CLOUDINARY_NAME'),
      api_key: env('CLOUDINARY_KEY'),
      api_secret: env('CLOUDINARY_SECRET'),
    },
    actionOptions: {
      upload: {},
      delete: {},
    },
  },
  // ...
});

Resources

Links

Package Sidebar

Install

npm i strapi-provider-upload-cloudinary

Homepage

strapi.io

Weekly Downloads

366

Version

3.6.11

License

SEE LICENSE IN LICENSE

Unpacked Size

7.4 kB

Total Files

4

Last publish

Collaborators

  • alexandrebodin
  • aurelsicoko
  • pierreburgy
  • lauriejim
  • hichamelbsi
  • convly