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:
Shahed Nasser
2023-05-30 19:31:57 +02:00
committed by GitHub
parent cfbda33473
commit 81fea66ef3
7 changed files with 152 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ In this document, youll 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.