diff --git a/www/apps/resources/app/infrastructure-modules/file/s3/page.mdx b/www/apps/resources/app/infrastructure-modules/file/s3/page.mdx index 6d1a9149e0..d3c7061f1e 100644 --- a/www/apps/resources/app/infrastructure-modules/file/s3/page.mdx +++ b/www/apps/resources/app/infrastructure-modules/file/s3/page.mdx @@ -11,7 +11,11 @@ export const metadata = { The S3 File Module Provider integrates Amazon S3 and services following a compatible API (such as MinIO or DigitalOcean Spaces) to store files uploaded to your Medusa application. ---- + + +Medusa Cloud offers a managed file storage solution with AWS S3 for your Medusa application. Contact the [sales team](https://medusajs.com/pricing/) to learn more. + + ## Prerequisites diff --git a/www/apps/resources/generated/generated-integrations-sidebar.mjs b/www/apps/resources/generated/generated-integrations-sidebar.mjs index 45ac2841e4..45b8f61d7b 100644 --- a/www/apps/resources/generated/generated-integrations-sidebar.mjs +++ b/www/apps/resources/generated/generated-integrations-sidebar.mjs @@ -84,7 +84,7 @@ const generatedgeneratedIntegrationsSidebarSidebar = { "isPathHref": true, "type": "ref", "path": "/infrastructure-modules/file/s3", - "title": "AWS", + "title": "S3 (and Compatible APIs)", "children": [] } ] diff --git a/www/apps/resources/sidebars/integrations.mjs b/www/apps/resources/sidebars/integrations.mjs index a58142fa64..d8730bcf3f 100644 --- a/www/apps/resources/sidebars/integrations.mjs +++ b/www/apps/resources/sidebars/integrations.mjs @@ -57,7 +57,7 @@ export const integrationsSidebar = [ { type: "ref", path: "/infrastructure-modules/file/s3", - title: "AWS", + title: "S3 (and Compatible APIs)", }, ], },