Built by
contrebande-labsCategory
StorageVersion
0.0.8
Last updated
Jan 29, 2023, 18:18:21 PM2 months agoA simple plugin to use Cloudflare R2 as the storage provider for Medusa.
npm i medusa-file-cloudflare-r2
{resolve: "medusa-file-cloudflare-r2",options: {public_url: process.env.R2_PUBLIC_URL,s3_endpoint: process.env.R2_S3_ENDPOINT,bucket: process.env.R2_BUCKET_NAME,prefix: process.env.R2_PREFIX,access_key_id: process.env.R2_ACCESS_KEY,secret_access_key: process.env.R2_SECRET_KEY,},}
Where prefix
is an optional path to prepend to every object.
Other keys are required.

.png)
Build your own plugins
Take Medusa up another level, and develop your own plugins with our API to speed up your processes.
Focus on building plugins for tools you use in your daily workflow, and publish to the Medusa Plugin Store for others to install.
.png)