-
-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remote_provider = "..." option, replacing scheme-look-ups (#20240)
This replaces the over-complicated address URI scheme-based look-up from #19827 for deciding on which provider to use with just a normal option `[GLOBAL].remote_provider`. This defaults to `reapi`, to preserve the current (stable) behaviour. That is, now, one can set: ```toml [GLOBAL] remote_provider = "experimental-file" remote_store_address = "file:///..." ``` Or similar. Another item in #19694 The commits are somewhat usefully broken up for review.
- Loading branch information
Showing
22 changed files
with
353 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.