Files
neon/proxy/src
Arpad Müller 75747cdbff Use serde for RemoteStorageConfig parsing (#8126)
Adds a `Deserialize` impl to `RemoteStorageConfig`. We thus achieve the
same as #7743 but with less repetitive code, by deriving `Deserialize`
impls on `S3Config`, `AzureConfig`, and `RemoteStorageConfig`. The
disadvantage is less useful error messages.

The git history of this PR contains a state where we go via an
intermediate representation, leveraging the `serde_json` crate,
without it ever being actual json though.

Also, the PR adds deserialization tests.

Alternative to #7743 .
2024-06-22 17:57:09 +00:00
..
2023-11-27 21:45:15 +00:00
2024-06-14 13:23:52 +02:00
2024-05-02 11:16:04 +02:00
2024-05-22 17:05:43 +00:00
2023-11-06 17:44:44 +00:00
2024-05-22 17:05:43 +00:00
2022-07-04 23:46:37 +03:00