duckdb / duckdb/duckdb-aws

REQUESTER_PAYS is not supported with credential_chain provider

Open
#116 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
65
Forks
44
Avg merge
10d 11h
Merged PRs (30d)
2

Description

Hello,

The documentation page https://duckdb.org/docs/stable/core_extensions/httpfs/s3api.html says that REQUESTER_PAYS is supported with both the config and credential_chain providers. However, when I try to create a secret as follows after loading httpfs

CREATE OR REPLACE SECRET secret (
TYPE s3,
PROVIDER credential_chain,
REQUESTER_PAYS true );

I get the following error:

Binder Error:
Unknown parameter 'requester_pays' for secret type 's3' with provider 'credential_chain'

I am running the DuckDB v1.4.0 (Andium) b8a06e4a22 cli version on Ubuntu 24.04.

Is REQUESTER_PAYS supported with credential_chain? How do I make it work?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.