3.0.3 • Published 4 years ago

strapi-provider-upload-wasabi v3.0.3

Weekly downloads
7
License
MIT
Repository
gitlab
Last release
4 years ago

strapi-provider-upload-wasabi

Wasabi provider for Strapi upload

Install

yarn add strapi-provider-upload-wasabi

In your .env file add the following settings:

WASABI_REGION=your_bucket_region
WASABI_BUCKET=your_bucket_name
WASABI_SECRET=your_access_secret
WASABI_KEY=your_access_key

Then, in your preferred editor, open ${project_root}/config/plugins.js and add the following:

module.exports = ({ env }) => ({
  upload: {
    provider: 'wasabi',
    providerOptions: {
      region: env('WASABI_REGION'),
      bucket: env('WASABI_BUCKET'),
      secret: env('WASABI_SECRET'),
      key: env('WASABI_KEY')
    }
  }
})

To configure per-environment, do the same but in ./config/env/${env}/plugins.js.

?? Contributing

Originally authored by Daniel Sieradski.

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ★ if this project helped you!

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago