mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
## Problem
Bytes range headers are not yet implemented for the GCS JSON API
interface in Neon,
[affecting](489c7a20f4/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