Skip to content

Commit

Permalink
Merge branch 'main' into improve-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Aug 10, 2023
2 parents f5ce1a3 + b769c8a commit 30064ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ jobs:
make release
- name: Test extension
if: ${{ matrix.arch != 'linux_arm64'}}
env:
AWS_ACCESS_KEY_ID: minio_duckdb_user
AWS_SECRET_ACCESS_KEY: minio_duckdb_user_password
if: ${{ matrix.arch == 'linux_amd64_gcc4' || matrix.arch == 'linux_amd64'}}
run: |
make test
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Warning: this extension is currently in an experimental state. Feel free to try it out, but be aware
that only minimal testing was done.

Warning 2: This extension currently builds with a feature branch of DuckDB. A PR is being worked on. When the PR is merged,
this extension will be included in (nightly) DuckDB releases.
## Experimental warning
This extension is currently in an experimental state. Feel free to try it out, but be aware some things
may not work as expected.

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

## Binary distribution
Binaries are available in the main extension repository for DuckDB only for nightly builds at the moment, but will be
available next release of DuckDB (v0.9.0)

## Supported architectures
Currently, only Linux x86_64 and MacOS are supported.
The extension is tested & distributed for Linux (x64), MacOS (x64, arm64) and Windows (x64)

## Features

| function | type | description |
| --- | --- | --- |
| `load_aws_credentials` | Pragma call function | Automatically loads the AWS credentials through the Default AWS Credentials Provider Chain |
Expand Down

0 comments on commit 30064ee

Please sign in to comment.