Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
The npm package strapi-provider-upload-wasabi receives a total of 2 weekly downloads. As such, strapi-provider-upload-wasabi popularity was classified as not popular.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.