Skip to content
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

Handle missing image objects properly #75

Open
mbklein opened this issue Jul 11, 2022 · 0 comments
Open

Handle missing image objects properly #75

mbklein opened this issue Jul 11, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mbklein
Copy link
Member

mbklein commented Jul 11, 2022

Description

When the resolved S3 location is not present, the server throws an unhandled error and returns an AccessDenied response. Proper error responses should include:

  • 404 Not Found when the S3 object is missing
  • 400 Bad Request on a malformed request
  • 500 Server Error on an unknown/unhandled error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant