Skip to content

Commit

Permalink
add test for s3 endpoint set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Feb 22, 2024
1 parent 43f23a3 commit 61e99a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/sql/aws_secret_chains.test
Original file line number Diff line number Diff line change
Expand Up @@ -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';
----
<REGEX>:.*endpoint=s3.amazonaws.com.*

statement ok
CREATE SECRET config_with_profile (
TYPE S3,
Expand Down

0 comments on commit 61e99a1

Please sign in to comment.