docs: added documentation for local file service (#4162)
* docs: added documentation for local file service * fixed eslint errors * change local file service package name
This commit is contained in:
@@ -9,7 +9,7 @@ In this document, you’ll learn how to install the [S3 plugin](https://github.c
|
||||
|
||||
## Overview
|
||||
|
||||
To manage images in Medusa, you need a file service plugin responsible for hosting the images. Without a file service plugin, you will face issues while working with Medusa, such as when uploading images for products.
|
||||
To upload and manage file assets in Medusa, you need a file service plugin responsible for hosting the files. Without a file service plugin, you will face issues while working with Medusa, such as when uploading images for products.
|
||||
|
||||
Medusa provides three different options to handle your file storage. This document focuses on using [S3](https://aws.amazon.com/s3/) to store images and files uploaded to the Medusa backend.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user