hasura-storage icon indicating copy to clipboard operation
hasura-storage copied to clipboard

Storage for Hasura built on top of S3

Results 20 hasura-storage issues
Sort by recently updated
recently updated
newest added

## Description If dont create dir, and after start try example_curl.sh - hasura-storage will fail to write file into the bucket with error bucket does not exists. ## Problem minio...

Hello. I spended some time to understad all what i need to do manual migration (env POSTGRES_MIGRATIONS=0). To my mind it is useful information for all who wants to use...

It would be great if hasura-storage provides support for different storage providers. A library can be used to add these additional providers or an approach can be taken for a...

Right now we rely on hasura to set this, we may want to decode the JWT and set it directly here

This PR adds two improvements for non-nix users: 1. It uses a docker image with nix and vips already pre-built to build hasura-storage 2. It adds a make target `dev-env-shell`...

Right now go client only returns an error if there is an error client-side (i.e. if it can't reach the server), if the request is performed successfully but the server...

## Description Adds `x-hasura-role` to the list of allowed headers for CORS. ## Problem For web requests made in single-page applications using a JWT with a desired role other than...

Please add `X-Hasura-Role` to the list of [allowed CORS headers](https://github.com/nhost/hasura-storage/blob/main/controller/controller.go#L127). We are working around this problem by placing the service used for file upload and hasura-storage behind an nginx reverse...