nhost/hasura-storage

cdn integration shouldn't include surrogate-key for presigned URLs

dbarrosop opened this issue · 0 comments

Presigned URLs are meant to expire when the presigned URL expires, by setting the Surrogate-Control header in the response we are breaking this premise.

For now I have a VCL snippet to workaround this issue in production but we should fix hasura-storage instead.