docs: last storage plugin is default - minio (#1949)

* docs: caution to say only last configured storage plugin will be used

Added a caution that only the lat configured storage provider will be used

* Update docs/content/add-plugins/minio.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Richard Ward
2022-08-01 13:54:29 +02:00
committed by GitHub
parent 058e66a4d2
commit 83f5ef1554

View File

@@ -105,6 +105,12 @@ Finally, configure your `medusa-config.js` to include the plugin with the requ
},
```
:::caution
If you have multiple storage plugins configured, the last plugin declared in the `medusa-config.js` file will be used.
:::
## Test it Out
Run your Medusa server alongside the [Medusa Admin](../admin/quickstart.md) to try out your new file service. Upon editing or creating products, you can now upload thumbnails and images, that are stored in a MinIO server.