
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
strapi-provider-upload-wasabi
Advanced tools
Wasabi provider for Strapi upload
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.
Originally authored by Daniel Sieradski.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a â if this project helped you!
FAQs
Wasabi provider for Strapi upload
We found that strapi-provider-upload-wasabi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.