Skip to content

An Open-Source Storage for Hasura built on top of Blob

Notifications You must be signed in to change notification settings

Sonichigo/splash-storage

 
 

Repository files navigation

Splash-storage

Endpoints

/upload

Upload file

/file/<pathname>

Get file

/generate-signed-url/<pathname>

Generate signed URL

/file-signed/<pathname>?token=<token>

Get file using a signed URL

Environment Variables

  • DATABASE_URL
  • BLOB_ACCESS_KEY
  • GRAPHQL_ENGINE_BASE_URL
  • HASURA_GRAPHQL_ADMIN_SECRET
  • JWT_SECRET
  • ENCRYPTION_KEY
  • ACCOUNT_NAME
  • CONTAINER_NAME

Releases

No releases published

Languages

  • TypeScript 96.1%
  • Shell 2.4%
  • Dockerfile 1.5%