bkend-storage
Installation
SKILL.md
bkend.ai File Storage
Upload, download, and manage files with bkend.ai storage.
Actions
| Action | Description | Example |
|---|---|---|
setup |
Configure storage | $bkend-storage setup |
upload |
Upload file guide | $bkend-storage upload |
cdn |
CDN configuration | $bkend-storage cdn |
File Upload
Basic Upload
async function uploadFile(file: File, bucket: string = 'default') {
const formData = new FormData();
Related skills