Skip to main content
When your coding agent defines storage blocks in specific.hcl, Specific automatically provisions S3-compatible object storage with buckets auto-created.
storage "uploads" {}
  • Credentials are auto-injected into services that reference the storage bucket
  • Uses the standard AWS S3 SDK interface — the same code works in both local development and production
  • Storage is created once and reused across deployments