What problem does it solve?
tusd v2 is the reference server for the tus resumable upload protocol, but configuring it for S3 storage, hook integration, and production deployment can be complex and error‑prone. This Skill consolidates all necessary configuration details, environment variables, CLI flags, and best‑practice guidance into a single, easily searchable reference.
Core Features & Use Cases
- S3 Backend Configuration – Shows required AWS credentials, bucket settings, and compatibility notes for Garage S3.
- Hook System – Documents pre‑create, post‑finish, and other HTTP hook types, including payload schemas and response handling.
- Docker Compose Example – Provides a ready‑to‑run service definition that integrates tusd with Garage, the API, and Caddy/Nginx reverse proxies.
- Operational Gotchas – Highlights CORS handling, proxy settings, temporary disk requirements, and security considerations for resumable uploads.
Quick Start
Ask for a Docker Compose snippet that runs tusd with a Garage S3 backend and enables post‑finish hooks.