1.3.2 • Published 11 months ago

medusa-file-minio v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

MinIO

Store uploaded files to your Medusa backend on MinIO.

Plugin Documentation | Medusa Website | Medusa Repository

Features

  • Store product images on MinIO
  • Support for importing and exporting data through CSV files, such as Products or Prices.
  • Support for both private and public buckets.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-file-minio

2. Set the following environment variables in .env:

MINIO_ENDPOINT=<ENDPOINT>
MINIO_BUCKET=<BUCKET>
MINIO_ACCESS_KEY=<ACCESS_KEY>
MINIO_SECRET_KEY=<SECRET_KEY>

3. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  {
    resolve: `medusa-file-minio`,
    options: {
        endpoint: process.env.MINIO_ENDPOINT,
        bucket: process.env.MINIO_BUCKET,
        access_key_id: process.env.MINIO_ACCESS_KEY,
        secret_access_key: process.env.MINIO_SECRET_KEY,
    },
  },
]

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

2. Upload an image for a product using the admin dashboard or using the Admin APIs.


Additional Resources

1.3.2

11 months ago

1.3.1

1 year ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.6-rc.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.3-alpha.0

2 years ago

1.1.1

3 years ago

1.1.2

2 years ago

1.1.2-alpha.0

3 years ago

1.1.0

3 years ago

1.1.1-alp.0

3 years ago

1.0.10-next.0

3 years ago

1.0.10-nxt.0

3 years ago

1.0.10-test.0

3 years ago

1.1.0-alpha.0

3 years ago

1.0.11-alpha.0

3 years ago

1.0.10

3 years ago

1.1.1-alpha.0

3 years ago

1.0.5-next.210

3 years ago

1.0.5-next.137

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5-alpha.185

3 years ago

2.0.0-next.0

3 years ago

1.0.5-next.143

3 years ago

1.0.5-next.146

3 years ago

1.0.5-next.203

3 years ago

1.0.5-next.126

3 years ago

1.0.5-next.202

3 years ago

1.0.5-next.128

3 years ago

1.0.5-nxt.231

3 years ago

1.0.5-next.129

3 years ago

1.0.5-nxt.232

3 years ago

1.0.6-next.0

3 years ago

1.0.5-next.116

3 years ago

1.0.5

3 years ago

1.0.5-dev.119

3 years ago

1.0.5-dev.113

3 years ago

1.0.5-dev.122

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago