mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
39e4f23463
## Problem Bytes range headers are not yet implemented for the GCS JSON API interface in Neon, [affecting](https://github.com/neondatabase/neon/blob/489c7a20f4ee23ae017d48ab18a9c24123d2b0ec/safekeeper/src/wal_backup.rs#L623) `read_object` in SafeKeepers' `wal_backup.rs`, when reading partial segments back from remote storage. ## Summary of changes * Handle bytes range header for GCS JSON API * Testing