Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions/gcs/description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ extension:
name: gcs
description: DuckDB GCS Extension
extended_description: A native GCS extension with support for standard Google auth methods
version: 0.0.3
version: 0.0.4
language: C++
build: cmake
license: MIT
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw;windows_amd64"
excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw"
maintainers:
- northpolesec

repo:
github: northpolesec/duckdb-gcs
ref: 5465cad377f83637f8233b9756062b98352e3cdd
ref: fb344c4914626e67de7dd63899de56856f1fff6b

docs:
hello_world: |
Expand Down
Loading