We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8736e commit 777a8eeCopy full SHA for 777a8ee
examples/s3.sql
@@ -2,6 +2,11 @@
2
--
3
-- s3_get
4
5
+-- Installation:
6
+--
7
+-- CREATE EXTENSION crypto;
8
+-- CREATE EXTENSION http;
9
10
-- Utility function to take S3 object and access keys and create
11
-- a signed HTTP GET request using the AWS4 signing scheme.
12
-- https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html
0 commit comments