zeabur-object-storage
Installation
SKILL.md
Zeabur Object Storage Deployment & Integration
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Deploy Object Storage
Before deploying, you MUST load the
zeabur-templateskill first to understand what Zeabur templates are, how they work, and how to deploy them. This skill only covers object storage-specific integration — all template knowledge lives inzeabur-template.
Search for a storage template:
npx zeabur@latest template search minio -i=false --json
Pick the template with the highest deployment count.
- Default to MinIO if the user doesn't specify — most widely supported, built-in web console, auto-creates a default bucket.
- Recommend RustFS if the user wants lightweight/minimal or mentions RustFS specifically.