Skip to content

Commit c0cf64c

Browse files
committed
Add doco note on required extensions
1 parent 48e866e commit c0cf64c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/s3.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,11 @@ VOLATILE;
122122

123123
-- https://cleverelephant-west-1.s3.amazonaws.com/META.json
124124

125+
SELECT * FROM s3_get(
126+
'your_s3_access_key',
127+
'your_s3_secret_key',
128+
'us-west-1',
129+
'cleverelephant-west-1',
130+
'META.json'
131+
);
125132

0 commit comments

Comments
 (0)