3.14.2 • Published 3 months ago

@akemona-org/strapi-provider-upload-cloudinary v3.14.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 months ago

strapi-provider-upload-cloudinary

Maintenance release by Akemona

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

3.14.2

3 months ago

3.14.1

3 months ago

3.14.0

3 months ago

3.13.2

3 months ago

3.13.1

3 months ago

3.13.0

3 months ago

3.12.3

1 year ago

3.12.4

1 year ago

3.12.2

1 year ago

3.12.1

1 year ago

3.12.0

1 year ago

3.11.0

1 year ago

3.10.4

1 year ago

3.10.3

1 year ago

3.10.2

1 year ago

3.10.1

1 year ago

3.10.0

1 year ago

3.9.4

1 year ago

3.9.3

1 year ago

3.9.3-next.1

1 year ago

3.9.2

1 year ago

3.9.1

1 year ago

3.9.0

1 year ago

3.8.2

1 year ago

3.8.1

1 year ago

3.8.0

1 year ago

3.7.7-next.3

1 year ago

3.7.7-next.2

1 year ago

3.7.7-next.1

1 year ago

3.7.6

1 year ago

3.7.5

1 year ago

3.7.4

1 year ago

3.7.2

1 year ago

3.7.1

1 year ago

3.7.0

1 year ago