mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 11:58:29 +00:00

* add config.options to upload and delete functions Supports options object in providerOptions which can contain any cloudinary upload/delete options * add actionOptions to upload object and createProvider function used to initialize upload/delete custom options which can be passed to a provider's upload/delete function * Update README.md added actionOptions description with link to available cloudinary upload/delete options * wrapFunctionForErrors for upload and delete * make actionOptions {} by default