@walkeros/server-store-s3
v4.6.0
Published
S3-compatible object storage for walkerOS server flows
Maintainers
Readme
@walkeros/server-store-s3
S3-compatible object storage store using s3mini (~20 KB, zero dependencies). Works with AWS S3, Cloudflare R2, Scaleway, DigitalOcean Spaces, Backblaze B2, MinIO, and any S3-compatible provider.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-store-s3Quick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"stores": {
"assets": { "package": "@walkeros/server-store-s3", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/stores/server/s3
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
