| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Gonzalo Peña-Castellanos <goanpeca@gmail.com>
There was a problem hiding this comment.
The AWS-only examples above don't make it obvious how to point at an S3-compatible provider; so, nice addition!
Two small, non-blocking thoughts:
Either way, LGTM as documentation content, just flagging for your call on scope.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
The DuckDB connection's secrets option passes every field straight through to CREATE OR REPLACE SECRET, so DuckDB's endpoint and url_style S3 secret parameters already work today without any code change. The two existing examples only show the Amazon S3 defaults, so nothing on the page tells users that pointing an s3 secret at a different S3 host is supported. The parameter list is only reachable via the DuckDB link at the bottom of the section.
This adds a third short example under "Cloud service authentication", alongside the list-format and dictionary-format examples, showing an s3 secret with a custom endpoint (and a commented url_style for providers that need path-style addressing).
Docs only, no code changes.
Test Plan
Checklist