Files
medusa-store/packages/medusa-file-minio/README.md
Edin Skeja f2ba4018fc medusa-file-minio (#883)
* A first commit for medusa-file-minio

* Cleanup and remove unnecessary env vars

* Update packages

* Small fix big letter
2021-12-08 10:04:47 +01:00

338 B

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 to configure the plugin.