mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-05 04:49:13 +00:00
## Problem S3 can give us a 500 whenever it likes: when this happens at request level we eat it in `backoff::retry`, but when it happens for a key inside a DeleteObjects request, we log it at warn level. ## Summary of changes Allow-list this class of log message in all tests.