Skip to content

Docs Overview — Self-Hosted Object Storage

Stowry is a lightweight object storage server written in Go. Deploy a single binary, configure your metadata backend, and start storing files with secure presigned URL authentication.

  • Single Binary - No external dependencies. SQLite embedded or PostgreSQL for production.
  • Presigned URLs - Secure file access without exposing credentials.
  • Three Server Modes - Store, Static, and SPA modes for different use cases.
  • Pluggable Backends - Switch between SQLite and PostgreSQL.
  • AWS SDK Compatible - Generate presigned URLs with familiar AWS SDKs.