Skip to content

Commit 777a8ee

Browse files
committed
Add doco note on required extensions
1 parent fa8736e commit 777a8ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/s3.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
--
33
-- s3_get
44
--
5+
-- Installation:
6+
--
7+
-- CREATE EXTENSION crypto;
8+
-- CREATE EXTENSION http;
9+
--
510
-- Utility function to take S3 object and access keys and create
611
-- a signed HTTP GET request using the AWS4 signing scheme.
712
-- https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

0 commit comments

Comments
 (0)