What problem does it solve?
This Skill provides a centralized approach to configure storage backends for BKND's media module, covering S3-compatible storage (AWS S3, Cloudflare R2, DigitalOcean Spaces), Cloudinary media storage, and a local filesystem adapter for development. It also explains adapter configuration options, environment variables, and production storage setup.
Core Features & Use Cases
- S3-compatible adapter configuration to support AWS S3, Cloudflare R2 external access, DigitalOcean Spaces, and MinIO.
- Cloudinary-based media storage for transformations and CDN delivery.
- Local filesystem adapter for development and local testing.
- Environment-aware configuration with per-environment adapters and credentials management.
- Production-ready storage setup with environment separation and proper security practices.
Quick Start
Define your BKND storage adapters in your project configuration to enable cross-environment uploads for media files.