1.4.1 • Published 11 months ago

medusa-file-spaces v1.4.1

Weekly downloads
32
License
MIT
Repository
github
Last release
11 months 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.1

11 months ago

1.4.0

2 years ago

1.3.7

2 years ago

1.3.8

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.6-rc.0

2 years ago

1.3.3-alpha.0

2 years ago

1.3.2-alpha.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.5-next.0

3 years ago

1.2.5

3 years ago

1.2.5-nxt.0

3 years ago

1.2.6-alpha.0

3 years ago

1.3.0-alpha.0

3 years ago

1.3.1-alpha.0

3 years ago

1.3.0

3 years ago

1.3.1-alp.0

3 years ago

1.2.5-test.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.1-next.101

3 years ago

1.2.1-next.100

3 years ago

1.2.1-alpha.86

3 years ago

1.2.1-alpha.89

3 years ago

1.2.1-next.108

3 years ago

2.0.0-next.0

3 years ago

1.2.1-next.44

3 years ago

1.2.1-next.41

3 years ago

1.2.1-alpha.80

3 years ago

1.2.1-next.24

3 years ago

1.2.1-nxt.129

3 years ago

1.2.1-next.27

3 years ago

1.2.1-next.26

3 years ago

1.2.1-next.35

3 years ago

1.2.1-nxt.130

3 years ago

1.2.0

3 years ago

1.1.38

3 years ago

1.2.1-next.14

3 years ago

1.1.39-next.0

3 years ago

1.1.38-dev.119

3 years ago

1.1.38-dev.113

3 years ago

1.1.38-dev.122

3 years ago

1.1.34

4 years ago

1.1.37

3 years ago

1.1.36

3 years ago

1.1.35

4 years ago

1.1.30

4 years ago

1.1.33

4 years ago

1.1.32

4 years ago

1.1.31

4 years ago

1.1.29

4 years ago

1.1.26-next.46

4 years ago

1.1.28-next.0

4 years ago

1.1.26-next.19

4 years ago

1.1.25-meilis.0

4 years ago

1.1.24-meilis.37

4 years ago

1.1.24-meili.42

4 years ago

1.1.26

4 years ago

1.1.24-meili.40

4 years ago

1.1.24-meili.41

4 years ago

1.1.24-meili.37

4 years ago

1.1.24-next.40

4 years ago

1.1.25

4 years ago

1.1.24

4 years ago

1.1.24-next.36

4 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.18-next.16

4 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.18-alpha.6

4 years ago

1.1.18-alpha.9

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.18-next.10

4 years ago

1.1.18-next.7

4 years ago

1.1.18-alpha.4

4 years ago

1.1.12-next.9

4 years ago

1.1.14-next.0

4 years ago

1.1.17

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10-next.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.8-next.5

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4-next.23

4 years ago

1.1.4-alpha.16

4 years ago

1.1.3

4 years ago

1.1.3-next.23

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.12-alpha.186

4 years ago

1.0.12-alpha.177

4 years ago

1.0.12-alpha.35

4 years ago

1.0.13

5 years ago

1.0.12-alpha.33

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

5 years ago

1.0.1

5 years ago

1.0.1-alpha.1

5 years ago

1.0.1-beta.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.30

5 years ago

1.0.0-alpha.27

5 years ago

1.0.0-alpha.26

5 years ago

1.0.0-alpha.24

5 years ago

1.0.0-alpha.3

5 years ago