https://github.com/nhost/storage-server-v2-node
https://github.com/nhost/storage-server-v2-node
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhost/storage-server-v2-node
- Owner: nhost
- Created: 2021-05-07T14:21:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T08:01:43.000Z (about 4 years ago)
- Last Synced: 2025-02-13T13:19:32.250Z (4 months ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hasura-storage
## Endpoints
### `/upload`
Upload file
### `/file/`
Get file
### `/generate-signed-url/`
Generate signed URL
### `/file-signed/?token=`
Get file using a signed URL
## Environment Variables
- DATABASE_URL
- S3_ACCESS_KEY
- S3_SECRET_KEY
- S3_ENDPOINT
- GRAPHQL_ENGINE_BASE_URL
- HASURA_GRAPHQL_ADMIN_SECRET
- JWT_SECRET
- ENCRYPTION_KEY