-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend schema to allow for presigned URLs for uploading files #108
base: main
Are you sure you want to change the base?
Extend schema to allow for presigned URLs for uploading files #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, sorry about the delay - I've been busy on other projects.
CI is failing because |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving this PR 👍 I've left some more feedback.
I tried to get this into a mergeable state in #167 but I ran out of time. |
Follow-up to #107. This extends our GraphQL schema to expose a
createUploadUrl
mutation, which allows an API client to get a pre-signed URL for uploading a file to S3.