Skip to content

RobbertDM/duckdb_aws

Repository files navigation

DuckDB AWS Extension

This is a DuckDB extension that provides features that depend on the AWS SDK.

Features

function type description
load_aws_credentials Pragma call function Automatically loads the AWS credentials through the Default AWS Credentials Provider Chain

Examples

Load AWS Credentials

Input:

D load aws;
D load httpfs;
D CALL load_aws_credentials()

Result:

D call load_aws_credentials();
┌──────────────────────┐
│      loaded_key      │
│       varchar        │
├──────────────────────┤
│ AKIAIOSFODNN7EXAMPLE │
└──────────────────────┘

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.6%
  • Makefile 25.7%
  • Shell 18.7%
  • CMake 9.0%