neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
13.18k stars 367 forks source link

Move remote_storage config related code into dedicated module #8132

Closed arpad-m closed 5 days ago

arpad-m commented 6 days ago

Moves RemoteStorageConfig and related structs and functions into a dedicated module. Also implements Serialize for the config structs (requested in #8126).

Follow-up of #8126

github-actions[bot] commented 6 days ago

2910 tests run: 2793 passed, 0 failed, 117 skipped (full report)


Code coverage* (full report)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
960803fca14b2e843c565dddf575f7017d250bc3 at 2024-06-22T23:44:19.388Z :recycle: