From 8aed57d453da9d8d617265573404624f1c1373ef Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 24 Apr 2025 18:15:30 +0300 Subject: [PATCH] docs: add note to s3 guide (#12289) --- .../resources/app/infrastructure-modules/file/s3/page.mdx | 6 +++++- .../resources/generated/generated-integrations-sidebar.mjs | 2 +- www/apps/resources/sidebars/integrations.mjs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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)", }, ], },