From 61e99a1adb79d0ea329dd28ed2614e3db2ed050c Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Thu, 22 Feb 2024 12:22:46 +0100 Subject: [PATCH] add test for s3 endpoint set correctly --- test/sql/aws_secret_chains.test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/sql/aws_secret_chains.test b/test/sql/aws_secret_chains.test index 4512755..2e6fbe2 100644 --- a/test/sql/aws_secret_chains.test +++ b/test/sql/aws_secret_chains.test @@ -18,6 +18,11 @@ CREATE SECRET config_no_profile ( CHAIN 'config' ); +query I +SELECT secret_string FROM duckdb_secrets(redact=false) where name='config_no_profile'; +---- +:.*endpoint=s3.amazonaws.com.* + statement ok CREATE SECRET config_with_profile ( TYPE S3,