Files
bknd/docs/modules/media.mdx
2024-11-16 12:01:47 +01:00

19 lines
881 B
Plaintext

---
title: 'Media'
description: 'Effortlessly manage and serve all your media files.'
---
**bknd** provides a flexible and efficient way to handle media files, making it easy to upload, manage, and deliver content across various platforms.
### **Core Features**
- **File Uploads**: Supports direct (chunked coming soon) uploads of files up to 5GB (depending
on your environment).
- **Adapter-Based Design**:
- Pre-built support for S3, S3-compatible services (e.g., R2, Tigris), and Cloudinary.
- Extend functionality by implementing custom adapters.
- **Entity Integration**: Attach media files directly to entities for seamless data association.
- **Content Delivery**: Serve media over an API endpoint or directly from your provider.
The media tools are designed to integrate effortlessly into your workflows, offering scalability
and control without added complexity.