medusa-file-minio (#883)

* A first commit for medusa-file-minio

* Cleanup and remove unnecessary env vars

* Update packages

* Small fix big letter
This commit is contained in:
Edin Skeja
2021-12-08 10:04:47 +01:00
committed by GitHub
parent 2c9df0f7f7
commit f2ba4018fc
9 changed files with 229 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# medusa-file-minio
Upload files to a MinIO server.
## Options
```
endpoint: [endpoint of your MinIO server],
bucket: [name of your bucket],
access_key_id: [access-key],
secret_access_key: [secret-access-key],
```
Follow [this guide](https://docs.medusa-commerce.com/how-to/uploading-images-to-minio) to configure the plugin.