This is a DuckDB extension that provides features that depend on the AWS SDK.
function | type | description |
---|---|---|
load_aws_credentials |
Pragma call function | Automatically loads the AWS credentials through the Default AWS Credentials Provider Chain |
Input:
D load aws;
D load httpfs;
D CALL load_aws_credentials()
Result:
D call load_aws_credentials();
┌──────────────────────┐
│ loaded_key │
│ varchar │
├──────────────────────┤
│ AKIAIOSFODNN7EXAMPLE │
└──────────────────────┘