1.4.0 • Published 14 days ago

medusa-file-spaces v1.4.0

Weekly downloads
32
License
MIT
Repository
github
Last release
14 days ago

DigitalOcean Spaces

Store uploaded files to your Medusa backend on Spaces.

Plugin Documentation | Medusa Website | Medusa Repository

Features

  • Store product images on DigitalOcean Spaces
  • Support for importing and exporting data through CSV files, such as Products or Prices.

Prerequisites


How to Install

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

npm install medusa-file-spaces

2. Set the following environment variables in .env:

SPACE_URL=<YOUR_SPACE_URL>
SPACE_BUCKET=<YOUR_SPACE_NAME>
SPACE_ENDPOINT=<YOUR_SPACE_ENDPOINT>
SPACE_ACCESS_KEY_ID=<YOUR_ACCESS_KEY_ID>
SPACE_SECRET_ACCESS_KEY=<YOUR_SECRET_ACCESS_KEY>

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

const plugins = [
  // ...
  {
    resolve: `medusa-file-spaces`,
    options: {
        spaces_url: process.env.SPACE_URL,
        bucket: process.env.SPACE_BUCKET,
        endpoint: process.env.SPACE_ENDPOINT,
        access_key_id: process.env.SPACE_ACCESS_KEY_ID,
        secret_access_key: process.env.SPACE_SECRET_ACCESS_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.4.0

9 months ago

1.3.7

11 months ago

1.3.8

9 months ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.6-rc.0

1 year ago

1.3.3-alpha.0

1 year ago

1.3.2-alpha.0

2 years ago

1.3.2

1 year ago

1.3.1

2 years ago

1.2.5-next.0

2 years ago

1.2.5

2 years ago

1.2.5-nxt.0

2 years ago

1.2.6-alpha.0

2 years ago

1.3.0-alpha.0

2 years ago

1.3.1-alpha.0

2 years ago

1.3.0

2 years ago

1.3.1-alp.0

2 years ago

1.2.5-test.0

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.1-next.101

2 years ago

1.2.1-next.100

2 years ago

1.2.1-alpha.86

2 years ago

1.2.1-alpha.89

2 years ago

1.2.1-next.108

2 years ago

2.0.0-next.0

2 years ago

1.2.1-next.44

2 years ago

1.2.1-next.41

2 years ago

1.2.1-alpha.80

2 years ago

1.2.1-next.24

2 years ago

1.2.1-nxt.129

2 years ago

1.2.1-next.27

2 years ago

1.2.1-next.26

2 years ago

1.2.1-next.35

2 years ago

1.2.1-nxt.130

2 years ago

1.2.0

2 years ago

1.1.38

2 years ago

1.2.1-next.14

2 years ago

1.1.39-next.0

2 years ago

1.1.38-dev.119

2 years ago

1.1.38-dev.113

2 years ago

1.1.38-dev.122

2 years ago

1.1.34

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.30

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.29

3 years ago

1.1.26-next.46

3 years ago

1.1.28-next.0

3 years ago

1.1.26-next.19

3 years ago

1.1.25-meilis.0

3 years ago

1.1.24-meilis.37

3 years ago

1.1.24-meili.42

3 years ago

1.1.26

3 years ago

1.1.24-meili.40

3 years ago

1.1.24-meili.41

3 years ago

1.1.24-meili.37

3 years ago

1.1.24-next.40

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.24-next.36

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.18-next.16

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.18-alpha.6

3 years ago

1.1.18-alpha.9

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.18-next.10

3 years ago

1.1.18-next.7

3 years ago

1.1.18-alpha.4

3 years ago

1.1.12-next.9

3 years ago

1.1.14-next.0

3 years ago

1.1.17

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10-next.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.8-next.5

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4-next.23

3 years ago

1.1.4-alpha.16

3 years ago

1.1.3

3 years ago

1.1.3-next.23

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.12-alpha.186

3 years ago

1.0.12-alpha.177

3 years ago

1.0.12-alpha.35

3 years ago

1.0.13

3 years ago

1.0.12-alpha.33

3 years ago

1.0.12

3 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.7

4 years ago

1.0.1

4 years ago

1.0.1-alpha.1

4 years ago

1.0.1-beta.0

4 years ago

1.0.0

4 years ago

1.0.0-alpha.30

4 years ago

1.0.0-alpha.27

4 years ago

1.0.0-alpha.26

4 years ago

1.0.0-alpha.24

4 years ago

1.0.0-alpha.3

4 years ago