diff --git a/obstore/python/obstore/_store/_gcs.pyi b/obstore/python/obstore/_store/_gcs.pyi index 089f34d7..2d8d9477 100644 --- a/obstore/python/obstore/_store/_gcs.pyi +++ b/obstore/python/obstore/_store/_gcs.pyi @@ -68,6 +68,14 @@ class GCSConfig(TypedDict, total=False): **Environment variable**: `GOOGLE_BASE_URL`. """ + bearer_token: str + """Explicit OAuth bearer token. + + This is treated as a static token and will not be refreshed automatically. + + **Environment variable**: `GOOGLE_BEARER_TOKEN`. + """ + bucket: str """Bucket name. (required)