docs(s3): document region_name connection parameter#12428
Conversation
Adds the missing `region_name` parameter to the Amazon S3 integration docs. It is already a documented option in `docs/integrations/data-integrations/all-data-integrations.mdx` and is honored by the handler, but is absent from the standalone S3 integration page. Without it, users hitting endpoints that require an explicit region (or who don't want the implicit `GetBucketLocation` round trip) have to discover it from issue trackers. Refs: mindsdb#12286
|
I have read the CLA Document and I hereby sign the CLA Beandon13 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
EntelligenceAI PR SummaryThis PR updates the Amazon S3 integration documentation to document the optional
Confidence Score: 5/5 - Safe to MergeSafe to merge — this PR makes a straightforward documentation-only change to Key Findings:
Files requiring special attention
|
Summary
region_nameparameter to the Amazon S3 integration page (Required/Optional connection parameters list and theCREATE DATABASEexample).docs/integrations/data-integrations/all-data-integrations.mdxand honored by the handler, but is absent from the standalone Amazon S3 page.GetBucketLocationround trip) have to discover it from issue trackers.Refs: #12286
Testing