You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Extension Autoloading Error: An error occurred while trying to automatically install the required extension 'aws':
Extension "https://extensions.duckdb.org/v1.1.1/wasm_eh/aws.duckdb_extension.wasm" could not be loaded because its signature is either missing or invalid and unsigned extensions are disabled by configuration (allow_unsigned_extensions)
But for reproduction, a similar error occurs in the web duckdb shell
CREATE SECRET s3 ( TYPE S3, PROVIDER CREDENTIAL_CHAIN );
returns
Extension Autoloading Error: An error occurred while trying to automatically install the required extension 'aws':
Extension https://extensions.duckdb.org/v1.1.3/wasm_eh/aws.duckdb_extension.wasm is not available
What happens?
I'm attempting to use the S3 integration features, but I receive AccessDenied code when duckdb attempts to automatically load the AWS extension.
Inspecting my local directory, I can see a
aws.duckdb_extension.wasm
file, but its contents are;The error I receive in my environment is
But for reproduction, a similar error occurs in the web duckdb shell
To Reproduce
Going to the DuckDb shell and typing
CREATE SECRET s3 ( TYPE S3, PROVIDER CREDENTIAL_CHAIN );
returns
Browser/Environment:
Chrome
Device:
Windows
DuckDB-Wasm Version:
@duckdb/[email protected]
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Simon Grant
Affiliation:
WhyHive
The text was updated successfully, but these errors were encountered: