Skip to content

Commit 6653af8

Browse files
committed
Add doco note on required extensions
1 parent df9e9fd commit 6653af8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/s3.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
-- https://cleverelephant-west-1.s3.amazonaws.com/META.json
2020
--
2121
-- SELECT * FROM s3_get(
22-
-- 'your_s3_access_key',
23-
-- 'your_s3_secret_key',
24-
-- 'us-west-1',
25-
-- 'cleverelephant-west-1',
26-
-- 'META.json'
22+
-- 'your_s3_access_key', -- access
23+
-- 'your_s3_secret_key', -- secret
24+
-- 'us-west-1', -- region
25+
-- 'cleverelephant-west-1', -- bucket
26+
-- 'META.json' -- object
2727
-- );
2828
--
2929
CREATE OR REPLACE FUNCTION s3_get(

0 commit comments

Comments
 (0)