Medusa Plugin Cloudinary
A Medusa plugin to use Cloudinary as a file storage provider. Seamlessly upload, retrieve, and manage media files in your Medusa store using Cloudinary.
Features
- Cloud-based Media Management: Store and manage files using Cloudinary’s infrastructure
- Easy Integration: Simple configuration through environment variables
- Secure Storage: Support for folder naming and security settings
- Optimized Delivery: Leverage Cloudinary’s CDN for fast media delivery
Installation
Install the plugin using npm or yarn:
npm install @tsc_tech/medusa-plugin-cloudinary
Configuration
Add the plugin to your medusa-config.ts file and set up the required environment variables:
Environment Variables
CLOUDINARY_CLOUD_NAME: Your Cloudinary cloud nameCLOUDINARY_API_KEY: Your Cloudinary API keyCLOUDINARY_API_SECRET: Your Cloudinary API secret
Optional parameters for folder naming and security settings are also available.
Requirements
- Medusa v2.4.0 or higher
- Active Cloudinary account
Usage
Once configured, the plugin enables cloud-based media management through Cloudinary’s infrastructure within the Medusa backend system.