From 33a3aa5e60f3160ea450af054a4c237f914e0cd5 Mon Sep 17 00:00:00 2001 From: Richard Ward Date: Mon, 1 Aug 2022 13:56:49 +0200 Subject: [PATCH] docs: last storage plugin is default - s3 (#1950) * docs: storage plugin default add caution that only last storage plugin will be used * Update docs/content/add-plugins/s3.md Co-authored-by: Shahed Nasser Co-authored-by: Shahed Nasser --- docs/content/add-plugins/s3.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/add-plugins/s3.md b/docs/content/add-plugins/s3.md index 0fdf04a4bf..3b02fa6705 100644 --- a/docs/content/add-plugins/s3.md +++ b/docs/content/add-plugins/s3.md @@ -84,6 +84,12 @@ The two access keys in the options are the ones created in the previous section. ::: +:::caution + +If you have multiple storage plugins configured, the last plugin declared in the `medusa-config.js` file will be used. + +::: + ### Try it out Finally, run your Medusa server alongside our admin system to try out your new file service. Upon editing or creating products, you can now upload thumbnails and images, that are stored in an AWS S3 bucket.