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:

  1. Multi-tenant paths - Isolate files by user/tenant
  2. Signed URLs - Time-limited access to private files
  3. Visibility control - Public vs private buckets
  4. Presigned uploads - Direct client-to-storage uploads
Installs
38
GitHub Stars
782
First Seen
Jan 25, 2026
cloud-storage — dadbodgeoff/drift