mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
03d90bc0b3
## Problem We currently see elevated levels of errors for GetBlob requests. This is because 404 and 304 are counted as errors for metric reporting. ## Summary of Changes Bring the implementation in line with the S3 client and treat 404 and 304 responses as ok for metric purposes. Related: https://github.com/neondatabase/cloud/issues/20666