cloud-storage
Installation
SKILL.md
Cloud Storage
Cloud storage integration with signed URLs and multi-tenant isolation.
When to Use This Skill
- Storing user-uploaded files
- Serving private assets with expiring URLs
- Multi-tenant file isolation
- Direct client uploads (presigned URLs)
Core Concepts
Key patterns for cloud storage:
- Multi-tenant paths - Isolate files by user/tenant
- Signed URLs - Time-limited access to private files
- Visibility control - Public vs private buckets
- Presigned uploads - Direct client-to-storage uploads